Skip to content

Commit

Permalink
Removed -v argument
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo authored and pablo committed Apr 15, 2024
1 parent 40968e8 commit d609298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Launch Cassandra
run: |
docker run --name test-cassandra -d -p 9042:9042 cassandra:3.11 \
-v ${GITHUB_WORKSPACE}/setup/cassandra.yaml:/etc/cassandra/cassandra.yaml \
cassandra:3.11
sleep 30
docker logs test-cassandra
Expand Down

0 comments on commit d609298

Please sign in to comment.