fix: first working version

This commit is contained in:
Jean-Marie Renouard 2023-03-14 20:57:34 +00:00
parent 04f50a0b93
commit 007db7e964

View file

@ -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