mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
Temporarily disable cache usage
This commit is contained in:
parent
56899e050a
commit
d5ae932ee7
3 changed files with 8 additions and 5 deletions
|
@ -111,7 +111,8 @@ describe('installer tests', () => {
|
|||
return;
|
||||
});
|
||||
|
||||
it('Resolves semantic versions of node installed in cache', async () => {
|
||||
// Usage of pre-cached Node.js is temporarily disabled.
|
||||
xit('Resolves semantic versions of node installed in cache', async () => {
|
||||
const nodeDir: string = path.join(toolDir, 'node', '252.0.0', os.arch());
|
||||
await io.mkdirP(nodeDir);
|
||||
fs.writeFileSync(`${nodeDir}.complete`, 'hello');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue