Skip to content

Commit

Permalink
Remove npm commands from action
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenSuarezz committed May 13, 2024
1 parent dd0b334 commit 3aa55de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run bundle

- name: Corellium MATRIX
uses: corellium/matrix@v1.0.0
env:
Expand Down

0 comments on commit 3aa55de

Please sign in to comment.