Skip to content

Commit

Permalink
Remove extra step in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkacmar committed Sep 30, 2024
1 parent e174275 commit 389ab98
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 38 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node-version-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build --if-present
- run: npm install
- run: npm test
93 changes: 57 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 389ab98

Please sign in to comment.