Skip to content

Commit

Permalink
fix: gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 11, 2024
1 parent f86212b commit 3b1cf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
NEXT_PUBLIC_API_URL: http://localhost:3333
LUNARY_PUBLIC_KEY: 259d2d94-9446-478a-ae04-484de705b522

run: npm run dev:test & npx wait-on http://localhost:3333
run: npm run dev:test & npx wait-on http://localhost:3333/v1/health

- name: Run tests
run: npx playwright test
Expand Down

0 comments on commit 3b1cf2d

Please sign in to comment.