Skip to content

Commit 86a5903

Browse files
committed
ci: improve CI bash script execution
1 parent a335154 commit 86a5903

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
command: npm run cypress:run
9292

9393
- name: Smoke test build
94-
run: ./scripts/package-smoke-test.sh --no-clean-build
94+
run: bash ./scripts/package-smoke-test.sh --no-clean-build
9595

9696
# Windows build - single combination for development support
9797
build-windows:
@@ -142,7 +142,7 @@ jobs:
142142
run: npm run build-ui
143143

144144
- name: Smoke test build
145-
run: ./scripts/package-smoke-test.sh
145+
run: bash ./scripts/package-smoke-test.sh
146146

147147
# Execute a final job to collect the results and report a single check status
148148
results:

0 commit comments

Comments
 (0)