Skip to content

Commit

Permalink
npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraAlajmy committed Dec 16, 2023
1 parent 5413a58 commit 6e9ef1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
node-version: '14'

- name: Install packages
run: cd backend && npm ci

- name: Build TypeScript
run: cd backend && npm run build
run: npm ci

- name: Run tests
run: cd backend && npm test

0 comments on commit 6e9ef1a

Please sign in to comment.