Skip to content

Commit 28d331c

Browse files
committed
test: prefer gauge.exe usage
1 parent 991d5d5 commit 28d331c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
with:
2424
node-version: 24
2525

26-
- name: Install Gauge
27-
run: npm install -g @getgauge/cli
26+
- uses: getgauge/setup-gauge@master
27+
with:
28+
gauge-version: master
2829

2930
- name: unit-tests
3031
run: |
3132
npm install
32-
gauge${{ startsWith(matrix.os, 'windows') && '.cmd' || ''}} install
33-
gauge${{ startsWith(matrix.os, 'windows') && '.cmd' || ''}} run --tags='!knownIssue & (actions_on_project_load | actions_on_file_edit)' --env=js-wd
33+
gauge install
34+
gauge run --tags='!knownIssue & (actions_on_project_load | actions_on_file_edit)' --env=js-wd

0 commit comments

Comments
 (0)