Skip to content

Commit d38bc67

Browse files
authored
Update run-tests.yml
1 parent 673dffc commit d38bc67

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
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
DB_USERNAME: root
4747
DB_PASSWORD: root
48-
DB_DATABASE: workflow_storage_test
48+
DB_DATABASE: workflow_storage_testing
4949
run: |
5050
sudo /etc/init.d/mysql start
5151
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USERNAME }} -p${{ env.DB_PASSWORD }}

0 commit comments

Comments
 (0)