Skip to content

Commit

Permalink
Only run unit tests if build passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dionysusnu committed Jan 25, 2024
1 parent 80d0e54 commit 1a85701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: npm run build
unit-tests:
if: false
needs: [build]
name: Unit Tests
runs-on: windows-latest
timeout-minutes: 10
Expand Down

0 comments on commit 1a85701

Please sign in to comment.