Skip to content

Commit

Permalink
fix: remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 14, 2023
1 parent 6260bdd commit 2090f43
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cli.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2090f43

Please sign in to comment.