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
ce5a1bbcbd
commit
2c5440b3f6
3
.github/workflows/e2e-api-tests.yaml
vendored
3
.github/workflows/e2e-api-tests.yaml
vendored
@ -52,9 +52,6 @@ jobs:
|
||||
wait-for: 3s
|
||||
log-output-if: true
|
||||
|
||||
- name: Wait for QStash
|
||||
run: pnpx wait-on tcp:localhost:8125 -t 60000
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
@ -51,9 +51,6 @@ jobs:
|
||||
wait-for: 3s
|
||||
log-output-if: true
|
||||
|
||||
- name: Wait for QStash
|
||||
run: pnpx wait-on tcp:localhost:6725 -t 60000
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
@ -53,9 +53,6 @@ jobs:
|
||||
wait-for: 3s
|
||||
log-output-if: true
|
||||
|
||||
- name: Wait for QStash
|
||||
run: pnpx wait-on tcp:localhost:8125 -t 60000
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
@ -41,9 +41,6 @@ jobs:
|
||||
- name: Start dev environment
|
||||
run: pnpm run restart-dev-environment
|
||||
|
||||
- name: Wait for QStash
|
||||
run: pnpx wait-on tcp:localhost:6925 -t 60000
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm run test run --reporter=verbose
|
||||
|
||||
|
||||
3
.github/workflows/restart-dev-and-test.yaml
vendored
3
.github/workflows/restart-dev-and-test.yaml
vendored
@ -40,9 +40,6 @@ jobs:
|
||||
- name: Start dev environment
|
||||
run: pnpm run restart-dev-environment
|
||||
|
||||
- name: Wait for QStash
|
||||
run: pnpx wait-on tcp:localhost:8125 -t 60000
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm run test run --reporter=verbose
|
||||
|
||||
|
||||
@ -50,5 +50,4 @@ jobs:
|
||||
tail: true
|
||||
wait-for: 120s
|
||||
log-output-if: true
|
||||
- run: pnpx wait-on tcp:localhost:6925 -t 60000
|
||||
- run: pnpm run test run --reporter=verbose
|
||||
|
||||
1
.github/workflows/setup-tests.yaml
vendored
1
.github/workflows/setup-tests.yaml
vendored
@ -48,5 +48,4 @@ jobs:
|
||||
tail: true
|
||||
wait-for: 120s
|
||||
log-output-if: true
|
||||
- run: pnpx wait-on tcp:localhost:8125 -t 60000
|
||||
- run: pnpm run test run --reporter=verbose
|
||||
|
||||
Loading…
Reference in New Issue
Block a user