fix tests

This commit is contained in:
Bilal Godil 2026-01-30 15:51:42 -08:00
parent ce5a1bbcbd
commit 2c5440b3f6
7 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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