Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Sep 18, 2023
1 parent e874a2d commit b7b90c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: release build
run: npm run build-release
- name: release tests (chrome)
run: npm run tes -- --browsers ChromeCI --failTaskOnError --webgl-stub --release --suppressPassed
run: npm run test -- --browsers ChromeCI --failTaskOnError --webgl-stub --release --suppressPassed
- name: Node.js smokescreen
run: ./scripts/verify.sh
run: ./.github/scripts/verify.sh
- name: cloc
run: npm run cloc
deploy:
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
- name: release build
run: npm run build-release
- name: Node.js smokescreen
run: ./scripts/verify.sh
run: ./.github/scripts/verify.sh

0 comments on commit b7b90c6

Please sign in to comment.