Skip to content

Commit

Permalink
fixes node-test github workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
kezike authored and dmitrizagidulin committed Aug 4, 2024
1 parent fb5a62e commit 7fd95ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: Run test with Node.js ${{ matrix.node-version }}
run: npm run test-node
run: npm run pretest; npm run test-node; npm run posttest
# test-karma:
# needs: [lint]
# runs-on: ubuntu-latest
Expand All @@ -49,4 +49,4 @@ jobs:
# node-version: ${{ matrix.node-version }}
# - run: npm install
# - name: Run karma test
# run: npm run test-karma
# run: npm run pretest; npm run test-karma; npm run posttest

0 comments on commit 7fd95ea

Please sign in to comment.