fix root pwd
This commit is contained in:
parent
34994332c6
commit
9843ddb73c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -37,6 +37,8 @@ jobs:
|
|||
MYSQL_ROOT_PASSWORD: testing
|
||||
- name: Run Tests
|
||||
run: ./run-tests.sh
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: testing
|
||||
|
||||
build-graalvm-old:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue