Skip to content

Commit f692a51

Browse files
committed
fixed workflows
1 parent 1aa8275 commit f692a51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: python -m unittest discover tests/ -v
1818

1919
linux-integration:
20-
runs-on: [self-hosted, linux]
20+
runs-on: [self-hosted, Linux]
2121
needs: unit-tests
2222
strategy:
2323
fail-fast: false
@@ -34,7 +34,7 @@ jobs:
3434
python -m unittest tests.test_integration tests.test_cli -v
3535
3636
win-integration:
37-
runs-on: [self-hosted, windows]
37+
runs-on: [self-hosted, Windows]
3838
needs: unit-tests
3939
strategy:
4040
fail-fast: false

0 commit comments

Comments
 (0)