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 4d4ab88 commit 67551c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
NEXT_PUBLIC_APP_URL: http://localhost:8080
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/health

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

0 comments on commit 67551c2

Please sign in to comment.