We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb2382 commit 672ff5aCopy full SHA for 672ff5a
.github/workflows/main.yml
@@ -14,9 +14,9 @@ jobs:
14
with:
15
linux_5_9_enabled: false
16
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"
+ linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests"
+ linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
+ linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"
20
21
integration-tests:
22
name: Integration tests
0 commit comments