Skip to content

Commit 19b2f7a

Browse files
added other platform in the test
1 parent 02a78c5 commit 19b2f7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stackql-exec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
stackql-exec-test:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest]
12+
os: [ubuntu-latest, windows-latest, macos-latest]
1313
runs-on: ${{matrix.os}}
1414
name: 'StackQL exec'
1515

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
with:
2828
use_wrapper: true
2929

30-
- name: Setup use Auth
30+
- name: Setup auth
3131
id: setup-auth
3232
shell: bash
3333
run: |

0 commit comments

Comments
 (0)