diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 95db778..86716d0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -38,7 +38,7 @@ jobs: --locked \ --workspace \ -E 'kind(test)' \ - --no-tests=warn + --no-capture integration-success: name: integration success @@ -48,6 +48,6 @@ jobs: timeout-minutes: 30 steps: - name: Decide whether the needed jobs succeeded or failed - uses: re-actors/alls-green@release/v1 + uses: re-actors/alls-green@v1.2.2 with: jobs: ${{ toJSON(needs) }}