Skip to content

Commit 239131f

Browse files
authored
Update run-tests.yml
1 parent b99579e commit 239131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
DB_USERNAME: root
4646
DB_PASSWORD: root
47-
DB_DATABASE: workflow_storage_test
47+
DB_DATABASE: workflow_storage_testing
4848
run: |
4949
sudo /etc/init.d/mysql start
5050
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USERNAME }} -p${{ env.DB_PASSWORD }}

0 commit comments

Comments
 (0)