Skip to content

Commit

Permalink
sleep not wait duh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Dec 17, 2023
1 parent cfa4d39 commit c595481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- run: npm install --global serve
- shell: bash
run: nohup serve -p 8000 & wait 3
run: nohup serve -p 8000 & sleep 3
- run: irm http://localhost:8000/install.ps1 | iex
- run: typst --version
- run: typst compile test.typ

0 comments on commit c595481

Please sign in to comment.