diff --git a/.github/workflows/e2e-api-tests.yaml b/.github/workflows/e2e-api-tests.yaml index aeb35c80c..e53d901f5 100644 --- a/.github/workflows/e2e-api-tests.yaml +++ b/.github/workflows/e2e-api-tests.yaml @@ -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 diff --git a/.github/workflows/e2e-custom-base-port-api-tests.yaml b/.github/workflows/e2e-custom-base-port-api-tests.yaml index c2438f976..ad2d7dc36 100644 --- a/.github/workflows/e2e-custom-base-port-api-tests.yaml +++ b/.github/workflows/e2e-custom-base-port-api-tests.yaml @@ -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 diff --git a/.github/workflows/e2e-source-of-truth-api-tests.yaml b/.github/workflows/e2e-source-of-truth-api-tests.yaml index af309516d..eb85dff3c 100644 --- a/.github/workflows/e2e-source-of-truth-api-tests.yaml +++ b/.github/workflows/e2e-source-of-truth-api-tests.yaml @@ -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 diff --git a/.github/workflows/restart-dev-and-test-with-custom-base-port.yaml b/.github/workflows/restart-dev-and-test-with-custom-base-port.yaml index 43390c185..256909005 100644 --- a/.github/workflows/restart-dev-and-test-with-custom-base-port.yaml +++ b/.github/workflows/restart-dev-and-test-with-custom-base-port.yaml @@ -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 diff --git a/.github/workflows/restart-dev-and-test.yaml b/.github/workflows/restart-dev-and-test.yaml index c76a2f2ae..81df32ee5 100644 --- a/.github/workflows/restart-dev-and-test.yaml +++ b/.github/workflows/restart-dev-and-test.yaml @@ -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 diff --git a/.github/workflows/setup-tests-with-custom-base-port.yaml b/.github/workflows/setup-tests-with-custom-base-port.yaml index 90ec63515..f31d983ae 100644 --- a/.github/workflows/setup-tests-with-custom-base-port.yaml +++ b/.github/workflows/setup-tests-with-custom-base-port.yaml @@ -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 diff --git a/.github/workflows/setup-tests.yaml b/.github/workflows/setup-tests.yaml index d2e9011e9..f643afb14 100644 --- a/.github/workflows/setup-tests.yaml +++ b/.github/workflows/setup-tests.yaml @@ -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