Skip to content

Commit 2c5440b

Browse files
committed
fix tests
1 parent ce5a1bb commit 2c5440b

7 files changed

Lines changed: 0 additions & 17 deletions

.github/workflows/e2e-api-tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
wait-for: 3s
5353
log-output-if: true
5454

55-
- name: Wait for QStash
56-
run: pnpx wait-on tcp:localhost:8125 -t 60000
57-
5855
- name: Install dependencies
5956
run: pnpm install --frozen-lockfile
6057

.github/workflows/e2e-custom-base-port-api-tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
wait-for: 3s
5252
log-output-if: true
5353

54-
- name: Wait for QStash
55-
run: pnpx wait-on tcp:localhost:6725 -t 60000
56-
5754
- name: Install dependencies
5855
run: pnpm install --frozen-lockfile
5956

.github/workflows/e2e-source-of-truth-api-tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
wait-for: 3s
5454
log-output-if: true
5555

56-
- name: Wait for QStash
57-
run: pnpx wait-on tcp:localhost:8125 -t 60000
58-
5956
- name: Install dependencies
6057
run: pnpm install --frozen-lockfile
6158

.github/workflows/restart-dev-and-test-with-custom-base-port.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
- name: Start dev environment
4242
run: pnpm run restart-dev-environment
4343

44-
- name: Wait for QStash
45-
run: pnpx wait-on tcp:localhost:6925 -t 60000
46-
4744
- name: Run tests
4845
run: pnpm run test run --reporter=verbose
4946

.github/workflows/restart-dev-and-test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
- name: Start dev environment
4141
run: pnpm run restart-dev-environment
4242

43-
- name: Wait for QStash
44-
run: pnpx wait-on tcp:localhost:8125 -t 60000
45-
4643
- name: Run tests
4744
run: pnpm run test run --reporter=verbose
4845

.github/workflows/setup-tests-with-custom-base-port.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ jobs:
5050
tail: true
5151
wait-for: 120s
5252
log-output-if: true
53-
- run: pnpx wait-on tcp:localhost:6925 -t 60000
5453
- run: pnpm run test run --reporter=verbose

.github/workflows/setup-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ jobs:
4848
tail: true
4949
wait-for: 120s
5050
log-output-if: true
51-
- run: pnpx wait-on tcp:localhost:8125 -t 60000
5251
- run: pnpm run test run --reporter=verbose

0 commit comments

Comments
 (0)