Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo authored and pablo committed Apr 15, 2024
1 parent bc54a41 commit a0d8094
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 @@ -31,6 +31,7 @@ jobs:
-v ${GITHUB_WORKSPACE}/setup/cassandra.yaml:/etc/cassandra/cassandra.yaml \
cassandra:3.11
sleep 30
docker log 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 a0d8094

Please sign in to comment.