Skip to content

Commit

Permalink
DEBUGGING
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Oct 15, 2023
1 parent 16e1ea9 commit b438d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Start server
run: |
node server/server.js > ${{ runner.temp }}/logs/server.log 2>&1 &
npx -y wait-on http://localhost:3000/api/healthz
# npx -y wait-on http://localhost:3000/api/healthz
working-directory: ./server/.next/standalone

- name: Run Playwright tests
Expand Down

0 comments on commit b438d43

Please sign in to comment.