Skip to content

Commit

Permalink
chore(workflow): don't ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Apr 10, 2024
1 parent 6d9b3cb commit 89cae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm ci
- run: npm run build
- env:
TOKEN: ${{ secrets.VK_TEST_TOKEN }}
Expand Down

0 comments on commit 89cae95

Please sign in to comment.