Files
clio/.github/actions/test/entrypoint.sh
2022-09-26 15:46:43 -07:00

9 lines
207 B
Bash
Executable File

#!/bin/bash
pg_ctlcluster 12 main start
su postgres -c"psql -c\"alter user postgres with password 'postgres'\""
su cassandra -c "/opt/cassandra/bin/cassandra -R"
sleep 90
chmod +x ./clio_tests
./clio_tests