Skip to content

Commit 3f4e21d

Browse files
committed
tests: fix RUN_NETWORK_TESTS
Quite a while ago, the Azure Pipeline we use for the expensive, manual tests was changed: it now produces two artifacts, not just one. Let's adjust the test so that it can give us confidence again by passing with flying colors (well, actually, green colors). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent bb3e381 commit 3f4e21d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/main.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ if (process.env.RUN_NETWORK_TESTS !== 'true') {
4545
env: {
4646
INPUT_REPOSITORY: 'git/git',
4747
INPUT_DEFINITIONID: '10',
48+
INPUT_ARTIFACT: 'sparse-20.04',
49+
INPUT_PATH: '.',
4850
INPUT_VERBOSE: 'true',
4951
INPUT_CACHE: 'true'
5052
}

0 commit comments

Comments
 (0)