Skip to content

Commit

Permalink
fixup! fixup! fixup! BC-6035 - add npx
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Dec 14, 2023
1 parent 7369c00 commit 71ae0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: echo "BRANCH_NAME=$(echo ${GITHUB_HEAD_REF})" >> $GITHUB_ENV

- name: setup environment and execute mocha tests
run: bash scripts/unitTest.sh
run: npm ci && npm run build && npm run mocha

0 comments on commit 71ae0db

Please sign in to comment.