Skip to content

Commit

Permalink
Remove test build step verifying integrity of the dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed May 27, 2024
1 parent b698255 commit 24def0f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
- name: Install npm packages
run: npm install

- name: Verify the build is up to date
run: |
npm run webpack -- --output-path="${RUNNER_TEMP}/dist"
if ! diff -r "${RUNNER_TEMP}/dist" dist > /dev/null; then
echo "Build is out of date, please run 'npm run webpack' and commit the changes"
exit 1
fi
- name: Install Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 24def0f

Please sign in to comment.