Skip to content

Commit

Permalink
try command
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Feb 28, 2024
1 parent 47bb13e commit a3f08a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cockroach-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
DATABASE_URL: postgresql://root@localhost:26257/integration_test
# Set health checks to wait until cockroach has started
options: >-
--health-cmd "start --insecure --host=localhost"
--health-cmd "cockroach start --insecure --host=localhost"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit a3f08a4

Please sign in to comment.