From d2292194f781fc23f38d00505508c62b8f9039d7 Mon Sep 17 00:00:00 2001 From: clean-coder Date: Mon, 30 Sep 2024 13:55:35 +0200 Subject: [PATCH] #983: add & --- .github/workflows/frontend-test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-test-action.yml b/.github/workflows/frontend-test-action.yml index 5609b0aa6..0f060ed68 100644 --- a/.github/workflows/frontend-test-action.yml +++ b/.github/workflows/frontend-test-action.yml @@ -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