Skip to content

Commit ae18b60

Browse files
authored
ci: Skip Tar interop tests in main unit test job (#72)
Motivation ---------- The main unit test job needs to match the pull_request unit test job. Both jobs depend on `swift-nio`'s shared unit test job, so it's unclear whether this can be abstracted further. Modifications ------------- * Update the `--skip` parameters in `main.yml` to match `pull_request.yml` Result ------ The results of `main` unit test job should match those of the `pull_request` unit test job. Test Plan --------- Unit tests run on the main branch should pass again.
1 parent 7bb2382 commit ae18b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
linux_5_9_enabled: false
1616
linux_5_10_enabled: false
17-
linux_6_0_arguments_override: "--skip SmokeTests"
18-
linux_nightly_6_1_arguments_override: "--skip SmokeTests"
19-
linux_nightly_main_arguments_override: "--skip SmokeTests"
17+
linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests"
18+
linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
19+
linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2020

2121
integration-tests:
2222
name: Integration tests

0 commit comments

Comments
 (0)