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

Commit

Permalink
try npm run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed May 17, 2024
1 parent e3a2dc8 commit 73c9c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: mkdir -p screenshots-output

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

- name: Wait for server to be ready
run: npx wait-on http://localhost:3000
Expand Down

0 comments on commit 73c9c75

Please sign in to comment.