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 b99579e commit 239131fCopy full SHA for 239131f
.github/workflows/run-tests.yml
@@ -44,7 +44,7 @@ jobs:
44
env:
45
DB_USERNAME: root
46
DB_PASSWORD: root
47
- DB_DATABASE: workflow_storage_test
+ DB_DATABASE: workflow_storage_testing
48
run: |
49
sudo /etc/init.d/mysql start
50
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USERNAME }} -p${{ env.DB_PASSWORD }}
0 commit comments