Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Debug
  • Loading branch information
duythien committed Dec 13, 2019
1 parent 4757169 commit 98fda5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Expand Up @@ -66,8 +66,8 @@ jobs:
env
(php -S 127.0.0.1:8000 -t public/ .htrouter.php >/dev/null 2>&1 &)
vendor/bin/phpcs --extensions=php
vendor/bin/codecept build
vendor/bin/codecept run
# vendor/bin/codecept build
# vendor/bin/codecept run
env:
DB_PORT: ${{ job.services.mysql.ports['3306'] }}
DB_DSN: mysql:host=127.0.0.1;dbname=phanbook;port=${{job.services.mysql.ports['3306'] }}

0 comments on commit 98fda5a

Please sign in to comment.