Skip to content

Commit

Permalink
fix(actions): remove erroneous build-dist from test-unit job
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Nov 28, 2020
1 parent 2cdd373 commit fcb2232
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ jobs:
- name: Install CI dependencies
run: npm ci

- name: Build distributables
run: npm run build-dist

- name: Test unit
run: npm run test-unit

Expand Down

0 comments on commit fcb2232

Please sign in to comment.