Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sw326 authored Sep 20, 2024
1 parent 7d1734c commit de090a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: npm ci

# Option 1: Use --passWithNoTests
- name: Run tests
run: npm test -- --passWithNoTests
# - name: Run tests
# run: npm test -- --passWithNoTests

# Option 2: Remove test step entirely
# (uncomment the following line and remove the "Run tests" step above if you choose this option)
Expand Down

0 comments on commit de090a4

Please sign in to comment.