Skip to content

Commit

Permalink
updated test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun committed Jun 5, 2024
1 parent 07ce569 commit 538c947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- name: get code
uses: actions/checkout@v3
- name: install dependencies
runs: npm ci
run: npm ci
- name: run tests
runs: npm test
run: npm test

0 comments on commit 538c947

Please sign in to comment.