Skip to content

Commit

Permalink
Fix duplicate run
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunmehta committed Jul 12, 2023
1 parent 97fb946 commit 5afe8b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
- name: Build if present
run: npm run build --if-present
- name: Run tests
run: npm test

0 comments on commit 5afe8b7

Please sign in to comment.