Skip to content

Commit

Permalink
Remove dist/ verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Sep 27, 2021
1 parent 237b12d commit 744b770
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run all
# make sure the latest dist/ changes have been pushed
- run: git diff --text dist/index.js
- run: git diff --quiet
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 744b770

Please sign in to comment.