Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo authored and pablo committed Apr 15, 2024
1 parent 605ed6c commit 042f030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
docker run --name test-cassandra -d -p 9042:9042 cassandra:3.11 --restart unless-stopped \
cassandra:3.11
sleep 30
docker logs test-cassandra
docker exec test-cassandra cqlsh localhost 9042 -e "CREATE ROLE testcassandra WITH PASSWORD = '$TEST_CASSANDRA_PWD' AND LOGIN = true;"
docker exec test-cassandra cqlsh localhost 9042 -e "GRANT ALL PERMISSIONS on ALL KEYSPACES to testcassandra;"
Expand Down

0 comments on commit 042f030

Please sign in to comment.