We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd549b commit 2465bb4Copy full SHA for 2465bb4
1 file changed
.github/workflows/test-action.yaml
@@ -43,6 +43,7 @@ jobs:
43
run: mvn clean verify
44
45
e2e-tests:
46
+ needs: [frontend-tests, backend-tests]
47
uses: ./.github/workflows/reusable__e2e-testing.yml
48
with:
- COMMIT_HASH: ${{ github.ref}}
49
+ COMMIT_HASH: ${{ github.ref }}
0 commit comments