Skip to content

Commit

Permalink
Avoid runnning unit tests to verify outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Sep 22, 2022
1 parent 8a17724 commit aeb3e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-verify-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
run: |
npm install
npm run all
npm run build
- name: Compare the expected and actual dist/ directories
run: |
Expand Down

0 comments on commit aeb3e0f

Please sign in to comment.