We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c6526 commit c699a7aCopy full SHA for c699a7a
.github/workflows/run-tests.yml
@@ -27,6 +27,8 @@ jobs:
27
- uses: mirromutth/mysql-action@v1.1
28
with:
29
mysql version: "8.0"
30
+ mysql user: "user"
31
+ mysql password: "password"
32
33
- name: Checkout code
34
uses: actions/checkout@v3
0 commit comments