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 ab1ec54 commit c8e7359Copy full SHA for c8e7359
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
run: mvn failsafe:integration-test --file ./backend/pom.xml
70
71
package-backend:
72
- needs: test-backend
+ needs: test-integration-backend
73
runs-on: ubuntu-latest
74
if: github.event_name == 'push'
75
steps:
0 commit comments