Skip to content

Commit

Permalink
#369 - fixing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadevx committed May 8, 2021
1 parent d723603 commit 9d23af3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
DB_USER: root
DB_PASSWORD: 'root'
DB_HOST: localhost
hostname: unittests

steps:
- uses: actions/checkout@v2
Expand All @@ -33,6 +34,7 @@ jobs:
mysql -e 'CREATE DATABASE unittests;' -uroot -proot
mysql -e 'SHOW DATABASES;' -uroot -proot
sudo hostname unittests
hostname
- uses: php-actions/phpunit@v2
with:
php_version: 7.4
Expand Down

0 comments on commit 9d23af3

Please sign in to comment.