mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
Bypass another check
This commit is contained in:
parent
c8711b5525
commit
40e244d750
3 changed files with 6 additions and 3 deletions
|
@ -88,7 +88,8 @@ describe('installer tests', () => {
|
|||
}
|
||||
}, 100000);
|
||||
|
||||
it('Uses version of node installed in cache', async () => {
|
||||
// Usage of pre-cached Node.js is temporarily disabled.
|
||||
xit('Uses version of node installed in cache', async () => {
|
||||
const nodeDir: string = path.join(toolDir, 'node', '250.0.0', os.arch());
|
||||
await io.mkdirP(nodeDir);
|
||||
fs.writeFileSync(`${nodeDir}.complete`, 'hello');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue