diff --git a/.github/workflows/cli.test.yaml b/.github/workflows/cli.test.yaml index 6bbe0e4f3..884a79b03 100644 --- a/.github/workflows/cli.test.yaml +++ b/.github/workflows/cli.test.yaml @@ -72,11 +72,6 @@ jobs: REDIS_HOST: "localhost" REDIS_PORT: "6379" - - name: Sleep for 10 seconds - uses: jakejarvis/wait-action@master - with: - time: "10s" - - name: Run tests run: yarn cli build && yarn cli test env: