Skip to content

Commit f70b6cd

Browse files
committed
ci update
1 parent 5dbd355 commit f70b6cd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,19 @@ jobs:
5454
with:
5555
use_wrapper: true
5656

57-
- name: Show stackql version
57+
- name: Show stackql version (Linux/macOS)
58+
if: matrix.os != 'windows-latest'
59+
shell: bash
5860
run: |
5961
stackql --version
6062
63+
- name: Show stackql version (Windows)
64+
if: matrix.os == 'windows-latest'
65+
shell: cmd
66+
run: |
67+
where stackql.exe
68+
stackql.exe --version
69+
6170
- name: Move stackql binary to temp dir (Linux/macOS)
6271
if: matrix.os != 'windows-latest'
6372
shell: bash

0 commit comments

Comments
 (0)