We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa8275 commit f692a51Copy full SHA for f692a51
1 file changed
.github/workflows/integration.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: python -m unittest discover tests/ -v
18
19
linux-integration:
20
- runs-on: [self-hosted, linux]
+ runs-on: [self-hosted, Linux]
21
needs: unit-tests
22
strategy:
23
fail-fast: false
@@ -34,7 +34,7 @@ jobs:
34
python -m unittest tests.test_integration tests.test_cli -v
35
36
win-integration:
37
- runs-on: [self-hosted, windows]
+ runs-on: [self-hosted, Windows]
38
39
40
0 commit comments