From c595481ce71a39a7dd72e8064e695ae1f9ff3192 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Sun, 17 Dec 2023 17:11:15 -0600 Subject: [PATCH] sleep not wait duh --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 341bcdd..76b79ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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