Skip to content

Commit

Permalink
Remove requirement for check_nimg to run the unit tests (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonjoel authored Oct 10, 2024
1 parent 848abd8 commit 190278e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run_unit_tests:
name: Run unit tests
uses: ./.github/workflows/run_unit_tests.yml
needs: [check_nims, check_nimg]
needs: [check_nims]
run_system_tests:
name: Run system tests
uses: ./.github/workflows/run_system_tests.yml
Expand Down

0 comments on commit 190278e

Please sign in to comment.