Skip to content

Commit

Permalink
Increase inter-job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 23, 2023
1 parent 0b3405b commit 500b0fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: git diff --exit-code --ignore-space-at-eol

unit_tests_ubuntu:
needs: [check_integrity]
name: Unit tests (Ubuntu)
runs-on: ubuntu-latest
steps:
Expand All @@ -42,6 +43,7 @@ jobs:
version-type: strict

unit_tests_windows:
needs: [check_integrity]
name: Unit tests (Windows)
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 500b0fe

Please sign in to comment.