Skip to content

Commit

Permalink
GH Actions: avoid running node vendor_build.js twice
Browse files Browse the repository at this point in the history
It is already run by `npm ci` because it's registered as an `install`
script (see `package.json`).
  • Loading branch information
generalmimon committed Aug 22, 2024
1 parent daf28f5 commit b06c034
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Use stable versions of KSC and JS runtime
run: |
npm install kaitai-struct-compiler@latest kaitai-struct@latest
node vendor_build.js
if: github.ref == 'refs/heads/stable'
- name: Set up environment variables for stable deployment
run: |
Expand Down

0 comments on commit b06c034

Please sign in to comment.