Files
clio/.github/actions/test/entrypoint.sh
2022-11-17 11:02:54 -08: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