Skip to content

Commit 9c650e9

Browse files
committed
added support for cmd specific env vars and auth
1 parent ef3903a commit 9c650e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
python3 -m tests.pystackql_tests
9696
shell: bash
97-
if: runner.os != 'Windows'
97+
if: matrix.os != 'windows-latest'
9898

9999
- name: Run tests on Windows
100100
env:
@@ -112,4 +112,4 @@ jobs:
112112
run: |
113113
python3 -m tests.pystackql_tests
114114
shell: pwsh
115-
if: runner.os == 'Windows'
115+
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)