Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
- fixing the test.
  • Loading branch information
carlkidcrypto committed Jan 6, 2024
1 parent 3cbec61 commit b573f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
Unit_Tests:
name: ${{ matrix.os }} using Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
needs: check-source-changes
if: needs.check-source-changes.outputs.run_job == 'true'
strategy:
fail-fast: false
Expand Down

0 comments on commit b573f65

Please sign in to comment.