Skip to content

Commit 2465bb4

Browse files
author
Manuel
committed
ci(e2e): Potentially fix e2e tests workflow #2
1 parent 5bd549b commit 2465bb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
run: mvn clean verify
4444

4545
e2e-tests:
46+
needs: [frontend-tests, backend-tests]
4647
uses: ./.github/workflows/reusable__e2e-testing.yml
4748
with:
48-
COMMIT_HASH: ${{ github.ref}}
49+
COMMIT_HASH: ${{ github.ref }}

0 commit comments

Comments
 (0)