try again waiting for MySQL
This commit is contained in:
parent
aa933ea94a
commit
07fed8dd31
2 changed files with 1 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -32,7 +32,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
MYSQL_ROOT_PASSWORD: testing
|
MYSQL_ROOT_PASSWORD: testing
|
||||||
- name: Create ClojureTest
|
- name: Create ClojureTest
|
||||||
run: sleep 30
|
|
||||||
run: ./run-tests.sh create
|
run: ./run-tests.sh create
|
||||||
env:
|
env:
|
||||||
MYSQL_ROOT_PASSWORD: testing
|
MYSQL_ROOT_PASSWORD: testing
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
if test "$1" = "create"
|
if test "$1" = "create"
|
||||||
then
|
then
|
||||||
|
sleep 30
|
||||||
# assumes you already have a MySQL instance running locally
|
# assumes you already have a MySQL instance running locally
|
||||||
NEXT_JDBC_TEST_MYSQL=yes clojure -X:test next.jdbc.test-fixtures/create-clojure-test
|
NEXT_JDBC_TEST_MYSQL=yes clojure -X:test next.jdbc.test-fixtures/create-clojure-test
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue