mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix tests
This commit is contained in:
parent
c4ed09aa6b
commit
b102db3caa
@ -192,6 +192,15 @@ jobs:
|
||||
tail: true
|
||||
wait-for: 30s
|
||||
log-output-if: true
|
||||
- name: Start run-cron-jobs in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: pnpm -C apps/backend run run-cron-jobs --log-order=stream &
|
||||
wait-on: |
|
||||
http://localhost:8102
|
||||
tail: true
|
||||
wait-for: 30s
|
||||
log-output-if: true
|
||||
|
||||
- name: Wait 10 seconds
|
||||
run: sleep 10
|
||||
@ -230,4 +239,3 @@ jobs:
|
||||
steps:
|
||||
- name: No migration changes detected
|
||||
run: echo "No changes to migrations folder detected. Skipping backwards compatibility test."
|
||||
|
||||
|
||||
9
.github/workflows/e2e-api-tests.yaml
vendored
9
.github/workflows/e2e-api-tests.yaml
vendored
@ -140,6 +140,15 @@ jobs:
|
||||
tail: true
|
||||
wait-for: 30s
|
||||
log-output-if: true
|
||||
- name: Start run-cron-jobs in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: pnpm -C apps/backend run run-cron-jobs --log-order=stream &
|
||||
wait-on: |
|
||||
http://localhost:8102
|
||||
tail: true
|
||||
wait-for: 30s
|
||||
log-output-if: true
|
||||
|
||||
- name: Wait 10 seconds
|
||||
run: sleep 10
|
||||
|
||||
@ -134,6 +134,15 @@ jobs:
|
||||
tail: true
|
||||
wait-for: 30s
|
||||
log-output-if: true
|
||||
- name: Start run-cron-jobs in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: pnpm -C apps/backend run run-cron-jobs --log-order=stream &
|
||||
wait-on: |
|
||||
http://localhost:6702
|
||||
tail: true
|
||||
wait-for: 30s
|
||||
log-output-if: true
|
||||
|
||||
- name: Wait 10 seconds
|
||||
run: sleep 10
|
||||
|
||||
@ -140,6 +140,15 @@ jobs:
|
||||
tail: true
|
||||
wait-for: 30s
|
||||
log-output-if: true
|
||||
- name: Start run-cron-jobs in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: pnpm -C apps/backend run run-cron-jobs --log-order=stream &
|
||||
wait-on: |
|
||||
http://localhost:8102
|
||||
tail: true
|
||||
wait-for: 30s
|
||||
log-output-if: true
|
||||
|
||||
- name: Wait 10 seconds
|
||||
run: sleep 10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user