Skip to content

Commit

Permalink
forgot to update needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Aug 16, 2024
1 parent 66dd3eb commit 73e79cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:

run-tests:
runs-on: ubuntu-22.04
needs: [build-and-push-image, build-frontend, list-e2e-tests]
needs: [build-and-push-image, build-frontend, list-tests]
container:
image: ghcr.io/${{ needs.build-and-push-image.outputs.image_tag }}
strategy:
fail-fast: false
matrix:
test-file: ${{ fromJson(needs.list-e2e-tests.outputs.matrix) }}
test-file: ${{ fromJson(needs.list-tests.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 73e79cc

Please sign in to comment.