From 500b0fe7e9eec1c4f258b4d16b40719ee1d0a1ad Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Fri, 23 Jun 2023 12:37:37 +0100 Subject: [PATCH] Increase inter-job dependency --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 9626774f..ccddfefd 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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: @@ -42,6 +43,7 @@ jobs: version-type: strict unit_tests_windows: + needs: [check_integrity] name: Unit tests (Windows) runs-on: windows-latest steps: