Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajed-zarrinpour authored Sep 6, 2024
1 parent e74775f commit e44a230
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ jobs:
mysql -e "CREATE DATABASE IF NOT EXISTS $DB_DATABASE;" -u$DB_USER -p$DB_PASSWORD
# Add more steps for testing and other tasks
- name: Run Tests
run: vendor/bin/phpunit ./tests
run: |
pwd
ls -ali
vendor/bin/phpunit ./tests

0 comments on commit e44a230

Please sign in to comment.