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 9ae2da7 commit 902452aCopy full SHA for 902452a
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
if: matrix.os == 'ubuntu-latest'
119
uses: kayqueGovetri/setup-mysql@v0.0.3
120
with:
121
- mysq_root_password: "mysql"
+ mysql_root_password: "mysql"
122
- name: Run functional tests
123
run: hatch run functional:all -v
124
.github/workflows/copilot-setup-steps.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: Install MySQL
34
35
36
0 commit comments