Skip to content

Commit

Permalink
#43 fix -> 2 Error 2013 Lost connection to Mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Dec 29, 2023
1 parent e1349da commit 54c413a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
- dev
pull_request:
branches:
- dev
- main

jobs:
Expand Down Expand Up @@ -46,6 +45,9 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, dom, filter, gd, iconv, json, mbstring, pdo, curl
env:
update: true

- name: Check PHP Version
run: php -v

Expand All @@ -59,6 +61,7 @@ jobs:
sleep 1
echo "Waiting for MySQL..."
done
nc -z 127.0.0.1 3306
- name: Generate SQL
run: mysql -h 127.0.0.1 -u root < tests/Config/EtudiantApp.sql
Expand Down

0 comments on commit 54c413a

Please sign in to comment.