Skip to content

Commit

Permalink
Update test-cassandra.yml
Browse files Browse the repository at this point in the history
fixed space errors
  • Loading branch information
aliziyacevik authored Jun 29, 2023
1 parent deb3058 commit 894db3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
uses: actions/checkout@v3

- name: Run Cassandra
run: |
docker run --name cassandra -e CASSANDRA_BROADCAST_ADDRESS=0.0.0.0 -d -p 9042:9042 cassandra:latest
sleep 30 # Wait for Cassandra to initialize
run: |
docker run --name cassandra -e CASSANDRA_BROADCAST_ADDRESS=0.0.0.0 -d -p 9042:9042 cassandra:latest
sleep 30 # Wait for Cassandra to initialize
- name: Install Go
uses: actions/setup-go@v4
Expand All @@ -38,3 +38,4 @@ jobs:
- name: Run Test
run: cd ./cassandra && go test ./... -v -race


0 comments on commit 894db3b

Please sign in to comment.