Skip to content

Commit

Permalink
Comment command
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloelcolombiano committed Oct 30, 2024
1 parent b15d839 commit ccf660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: composer sqlite
- name: Run Mysql tests
run: |
sudo service mysql start && mysql -h 127.0.0.1 -u db -pdb -e 'CREATE DATABASE IF NOT EXISTS db;';
# sudo service mysql start && mysql -h 127.0.0.1 -u db -pdb -e 'CREATE DATABASE IF NOT EXISTS db;';
composer mysql
- name: Run Postgres tests
run: composer pgsql

0 comments on commit ccf660c

Please sign in to comment.