Skip to content

Commit

Permalink
Fix PR CI workflow (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Apr 30, 2024
1 parent 10e3a96 commit daffe66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
uses: tj-actions/verify-changed-files@v19
id: verify-built-lib
with:
files: lib/index.js
files: dist/index.js

# If it did change, the authro forgot to build. Fail the action
- name: Verify Build Updated
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: exit 1

- name: Run Tests
run: npm test

0 comments on commit daffe66

Please sign in to comment.