Skip to content

Commit

Permalink
SLVUU-129: Wait for server to boot
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Jan 10, 2024
1 parent ee9e80b commit b5d18fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ 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 &
sleep 5
- name: Run end-to-end tests in Chrome
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
with:
Expand Down

0 comments on commit b5d18fb

Please sign in to comment.