Skip to content

Commit

Permalink
Wait for client to run
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Nov 5, 2024
1 parent f0b4c2e commit a84d883
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
cd server
docker compose -f docker-compose.local.yml build
docker compose -f docker-compose.local.yml up -d
- name: Setup & build client
- name: Setup & run client
run: |
cd client
npm ci
npm run build
npm run start &
sleep 2
- name: Run Tests
run: xvfb-run --server-args="-screen 0 1024x768x24" npm run test

0 comments on commit a84d883

Please sign in to comment.