Skip to content

Commit

Permalink
#983: add &
Browse files Browse the repository at this point in the history
  • Loading branch information
clean-coder committed Sep 30, 2024
1 parent fb35533 commit d229219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: mvn install

- name: start backend
run: cd ./backend && mvn spring-boot:run -Dspring-boot.run.profiles=integration-test
run: cd ./backend && mvn spring-boot:run -Dspring-boot.run.profiles=integration-test &
## run: mvn deploy --file quarter_lib/pom.xml && cd ./backend && mvn spring-boot:run -Dspring-boot.run.profiles=integration-test &

- name: Cypress run e2e tests
Expand Down

0 comments on commit d229219

Please sign in to comment.