debug log
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -13,6 +13,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
run-commands:
|
run-commands:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
command:
|
command:
|
||||||
- name: test
|
- name: test
|
||||||
@@ -20,7 +21,6 @@ jobs:
|
|||||||
# - lint
|
# - lint
|
||||||
# - typecheck
|
# - typecheck
|
||||||
# - build
|
# - build
|
||||||
fail-fast: false
|
|
||||||
name: ${{ matrix.command.name }}
|
name: ${{ matrix.command.name }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ await execa("pnpm", ["build"], { stdio: "inherit" })
|
|||||||
const app = execa("pnpm", ["start"], { stdio: "inherit" })
|
const app = execa("pnpm", ["start"], { stdio: "inherit" })
|
||||||
await waitOn({ resources: ["http-get://localhost:3000"] })
|
await waitOn({ resources: ["http-get://localhost:3000"] })
|
||||||
await cypress.run()
|
await cypress.run()
|
||||||
|
console.log("cypress run done")
|
||||||
app.kill()
|
app.kill()
|
||||||
|
|||||||
Reference in New Issue
Block a user