diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml index 01ae0d4..29ed778 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -44,7 +44,8 @@ jobs: cd test_db netstat -ltpn mysql -e 'select version();' - mysql test< ./employees.sql + mysql -e 'CREATE DATABASE data;' + mysql data< ./employees.sql cd - rm -rf test_db # Runs a single command using the runners shell