diff --git a/.github/workflows/status-checks.yml b/.github/workflows/status-checks.yml index 275d1224..5b645dc5 100644 --- a/.github/workflows/status-checks.yml +++ b/.github/workflows/status-checks.yml @@ -134,7 +134,11 @@ jobs: keyshare-server-artifact: irma-linux-amd64 # Current build analyze: - needs: build + # Add integration tests as dependencies to make sure that PRs are not merged if they fail. + needs: + - build + - integration-test-clientside + - integration-test-serverside runs-on: ubuntu-latest permissions: actions: read