Skip to content

Commit

Permalink
skip-test-db flag
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 20, 2024
1 parent 9f0acd0 commit 003a0e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
cp "./conf/ws_config.example.cfg" "./conf/ws_config.cfg"
tar xfz "dist/ispyb-database.tar.gz"

mariadb-install-db --defaults-file=.my.cnf --datadir=/var/lib/mysql
mariadb-install-db --defaults-file=.my.cnf --user=mysql --datadir=/var/lib/mysql --skip-test-db
/etc/init.d/mariadb start
find / -name '*.sql'
mariadb --defaults-file=.my.cnf -e "CREATE OR REPLACE DATABASE ispybtest"

printf 'Waiting for MySQL database to accept connections'
Expand Down

0 comments on commit 003a0e3

Please sign in to comment.