Skip to content

Commit

Permalink
add npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas Abbal authored and Anas Abbal committed Jul 11, 2024
1 parent afd777b commit 06c28f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
with:
node-version: '20'

- name: Install dependencies
run: npm install
- run: npm install
- run: npm test

- name: Run tests for all apps
run: npm run test

- name: Install dependencies for ${{ matrix.app }}
working-directory: apps/${{ matrix.app }}
Expand Down

0 comments on commit 06c28f2

Please sign in to comment.