Skip to content

Commit

Permalink
SLVUU-129: Only spin up server on first test run
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Jan 10, 2024
1 parent a8233cd commit 611c021
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 @@ -49,7 +49,7 @@ jobs:
working-directory: ./vuu-ui
browser: edge
build: npm run showcase:build
start: npm run showcase:preview, npm run layout-server
start: npm run showcase:preview
wait-on: http://localhost:4173, http://localhost:8081/api/swagger-ui/index.html

# ensure the vuu example still builds
Expand Down

0 comments on commit 611c021

Please sign in to comment.