debug log

This commit is contained in:
MapleLeaf
2022-01-11 00:14:12 -06:00
parent ff8347b52a
commit 0aafc66ce1
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ env:
jobs:
run-commands:
strategy:
fail-fast: false
matrix:
command:
- name: test
@@ -20,7 +21,6 @@ jobs:
# - lint
# - typecheck
# - build
fail-fast: false
name: ${{ matrix.command.name }}
runs-on: ubuntu-latest
steps:

View File

@@ -6,4 +6,5 @@ await execa("pnpm", ["build"], { stdio: "inherit" })
const app = execa("pnpm", ["start"], { stdio: "inherit" })
await waitOn({ resources: ["http-get://localhost:3000"] })
await cypress.run()
console.log("cypress run done")
app.kill()