mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Revert "Make restart-dev-and-test save backend logs"
This reverts commit 0ebca10091.
This commit is contained in:
parent
0ebca10091
commit
452690f6d7
@ -36,24 +36,12 @@ jobs:
|
||||
- name: Install packages
|
||||
run: pnpm install
|
||||
|
||||
- name: Build packages
|
||||
run: pnpm run build:packages
|
||||
|
||||
- name: Generate code
|
||||
run: pnpm run codegen
|
||||
|
||||
- name: Restart dependencies
|
||||
run: pnpm run restart-deps
|
||||
|
||||
- name: Start dev server in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: pnpm run dev
|
||||
wait-on: |
|
||||
http://localhost:6902
|
||||
tail: true
|
||||
wait-for: 120s
|
||||
log-output-if: true
|
||||
- name: Start dev environment
|
||||
run: pnpm run restart-dev-environment
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm run test run --reporter=verbose
|
||||
|
||||
- name: Print dev server logs
|
||||
run: cat dev-server.log.untracked.txt
|
||||
if: always()
|
||||
|
||||
24
.github/workflows/restart-dev-and-test.yaml
vendored
24
.github/workflows/restart-dev-and-test.yaml
vendored
@ -35,24 +35,12 @@ jobs:
|
||||
- name: Install packages
|
||||
run: pnpm install
|
||||
|
||||
- name: Build packages
|
||||
run: pnpm run build:packages
|
||||
|
||||
- name: Generate code
|
||||
run: pnpm run codegen
|
||||
|
||||
- name: Restart dependencies
|
||||
run: pnpm run restart-deps
|
||||
|
||||
- name: Start dev server in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: pnpm run dev
|
||||
wait-on: |
|
||||
http://localhost:8102
|
||||
tail: true
|
||||
wait-for: 120s
|
||||
log-output-if: true
|
||||
- name: Start dev environment
|
||||
run: pnpm run restart-dev-environment
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm run test run --reporter=verbose
|
||||
|
||||
- name: Print dev server logs
|
||||
run: cat dev-server.log.untracked.txt
|
||||
if: always()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user