Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
try with npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Jun 4, 2024
1 parent 780b990 commit 5585ec2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ jobs:
- name: Create screenshots directory
run: mkdir -p screenshots-output

- name: Build project
run: npm run build

- name: Start server
run: npm run dev &
run: npm run start &

- name: Wait for server to be ready
run: |
# Ensure the server wait script is executable
chmod +x ./bin/wait-for-frontend.sh
./bin/wait-for-frontend.sh
shell: bash

- name: Wait for server to be ready part 2
run: sleep 10


- name: Check server health
run: curl -I http://localhost:3000

Expand Down

0 comments on commit 5585ec2

Please sign in to comment.