Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/lb/repro-ci-images' into lb/repr…
Browse files Browse the repository at this point in the history
…o-ci-images
  • Loading branch information
kavigupta committed Sep 17, 2024
2 parents 1842300 + feed7f4 commit 5ef2e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
check-screenshots:
runs-on: ubuntu-22.04
needs: [build-and-push-image, list-e2e-tests, run-e2e-tests]
if: ${{ !cancelled() && needs.build-and-push-image.result == 'success' && needs.list-e2e-tests.result == 'success' }} # Should run even if e2e tests fail
container:
image: ghcr.io/${{ needs.build-and-push-image.outputs.image_tag }}
strategy:
Expand Down Expand Up @@ -142,6 +143,7 @@ jobs:
with:
name: delta
pattern: "delta-*"
continue-on-error: true
- uses: actions/upload-artifact/merge@v4
with:
name: combined
Expand Down

0 comments on commit 5ef2e84

Please sign in to comment.