fix: first working version
This commit is contained in:
parent
04f50a0b93
commit
007db7e964
1 changed files with 2 additions and 1 deletions
3
.github/workflows/exec.yml
vendored
3
.github/workflows/exec.yml
vendored
|
@ -44,7 +44,8 @@ jobs:
|
||||||
cd test_db
|
cd test_db
|
||||||
netstat -ltpn
|
netstat -ltpn
|
||||||
mysql -e 'select version();'
|
mysql -e 'select version();'
|
||||||
mysql test< ./employees.sql
|
mysql -e 'CREATE DATABASE data;'
|
||||||
|
mysql data< ./employees.sql
|
||||||
cd -
|
cd -
|
||||||
rm -rf test_db
|
rm -rf test_db
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
|
|
Loading…
Reference in a new issue