There was an error while loading. Please reload this page.
1 parent a335154 commit 86a5903Copy full SHA for 86a5903
1 file changed
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
command: npm run cypress:run
92
93
- name: Smoke test build
94
- run: ./scripts/package-smoke-test.sh --no-clean-build
+ run: bash ./scripts/package-smoke-test.sh --no-clean-build
95
96
# Windows build - single combination for development support
97
build-windows:
@@ -142,7 +142,7 @@ jobs:
142
run: npm run build-ui
143
144
145
- run: ./scripts/package-smoke-test.sh
+ run: bash ./scripts/package-smoke-test.sh
146
147
# Execute a final job to collect the results and report a single check status
148
results:
0 commit comments