Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
03balogun authored Jul 14, 2024
1 parent 39d9a90 commit 64962a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '14'

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

- name: Run tests
run: npm test
run: npm test

0 comments on commit 64962a2

Please sign in to comment.