Skip to content

Commit

Permalink
Adding command to Run cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep6189 committed Jan 12, 2025
1 parent 3dd0dc9 commit 63e90ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ set -e
wget -q -O - https://archive.apache.org/dist/cassandra/KEYS | sudo apt-key add -
sudo sh -c 'echo "deb http://archive.apache.org/dist/cassandra/debian 40x main" > /etc/apt/sources.list.d/cassandra.list'
sudo apt update
sudo apt install cassandra
sudo service cassandra start
sudo apt install cassandra -y
sudo systemctl enable cassandra
sudo systemctl start cassandra
sudo systemctl status cassandra
set +e
sbt coverage test coverageAggregate

0 comments on commit 63e90ca

Please sign in to comment.