Skip to content

Commit

Permalink
Watch bootRun succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Feb 28, 2025
1 parent e26e742 commit 217e1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b
- name: Start backend
working-directory: ./backend
run: ./gradlew bootRun & # we'll wait for the backend to respond right before running the tests
run: ./gradlew bootRun # we'll wait for the backend to respond right before running the tests
# setup frontend
- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 217e1ee

Please sign in to comment.