Skip to content

Commit

Permalink
Install dependencies using ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vejol committed Mar 5, 2024
1 parent a0cdcec commit 85621f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Install backend dependencies & run linter
working-directory: ./backend
run: |
npm install --only=dev
npm ci
npm run lint
- name: Install frontend dependencies & run linter
working-directory: ./frontend
run: |
npm install --only=dev
npm ci
npm run lint

0 comments on commit 85621f7

Please sign in to comment.