Skip to content

Commit

Permalink
Update pest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Oct 1, 2024
1 parent 9ab8a34 commit 3c00d66
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: pcov

- name: Verifiy MySQL connection
run: |
mysql --version
mysql --host=$MYSQL_HOST --port=3306 -uroot -p$MYSQL_ROOT_PASSWORD -D$MYSQL_DATABASE
- name: Setup problem matchers
run: |
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
Expand All @@ -76,3 +71,5 @@ jobs:

- name: Execute tests
run: vendor/bin/pest --coverage-clover clover.xml
env:
DB_PORT: ${{ job.services.mysql.ports[3306] }}

0 comments on commit 3c00d66

Please sign in to comment.