Skip to content

Commit

Permalink
#983: deploy quarter_lib to backend
Browse files Browse the repository at this point in the history
  • Loading branch information
clean-coder committed Sep 25, 2024
1 parent dea8817 commit 61f45e9
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 @@ -51,7 +51,7 @@ jobs:
start-dev --import-realm
- name: start backend
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
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 61f45e9

Please sign in to comment.