Skip to content

Commit

Permalink
test: add include-prerelease env on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nogic committed Jul 31, 2022
1 parent c5267f5 commit c2dac7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/setup-dotnet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe('setup-dotnet tests', () => {
process.env.RUNNER_TOOL_CACHE = toolDir;
process.env.DOTNET_INSTALL_DIR = toolDir;
process.env.RUNNER_TEMP = tempDir;
process.env['INPUT_INCLUDE-PRERELEASE'] = 'false';
await io.rmRF(toolDir);
await io.rmRF(tempDir);
});
Expand Down

0 comments on commit c2dac7f

Please sign in to comment.