Skip to content

Commit

Permalink
SLVUU-129: Run layout server in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Jan 10, 2024
1 parent 13347de commit ee9e80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Node & dependencies
uses: ./.github/actions/setup-vuu-ui
- name: Start layout server
run: cd ./layout-server && mvn spring-boot:run
run: cd ./layout-server && mvn spring-boot:run &
- name: Run end-to-end tests in Chrome
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
with:
Expand Down

0 comments on commit ee9e80b

Please sign in to comment.