Skip to content

Commit

Permalink
try wait on
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Mar 22, 2024
1 parent 9d74353 commit f8afa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:

- name: Start
working-directory: docs
run: pnpm start &
run: pnpm start & npx wait-on http://localhost:3000

# TODO: wait for server to be online?

- name: Check links
uses: filiph/[email protected]
with:
arguments: localhost:3000
arguments: http://localhost:3000

0 comments on commit f8afa6b

Please sign in to comment.