Skip to content

Commit

Permalink
Remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrody committed Oct 23, 2024
1 parent 8153f82 commit abb9288
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

build-frontend:
runs-on: ubuntu-22.04
needs: build-and-push-image
container:
image: ${{ inputs.test-image }}
steps:
Expand All @@ -45,7 +44,7 @@ jobs:

run-e2e-tests:
runs-on: ubuntu-22.04
needs: [build-and-push-image, build-frontend, list-e2e-tests]
needs: [build-frontend, list-e2e-tests]
container:
image: ${{ inputs.test-image }}
strategy:
Expand Down

0 comments on commit abb9288

Please sign in to comment.