Skip to content

Commit

Permalink
Make integration test failures visible
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye authored and hahn-kev committed Nov 20, 2023
1 parent a3d0640 commit 1ffca46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:

jobs:
test:
continue-on-error: true
timeout-minutes: 60
concurrency: test-${{ inputs.test-domain }}
name: Test ${{ matrix.os }} on ${{ inputs.test-domain }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
name: Deploy Production
uses: ./.github/workflows/deploy.yaml
needs: [ integration-tests, set-version ]
if: always()
secrets: inherit
with:
version: ${{ needs.set-version.outputs.version }}
Expand Down

0 comments on commit 1ffca46

Please sign in to comment.