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 9f89f71 commit 3a75a3a
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 @@ -55,5 +55,5 @@ 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: composer run-script test
run: vendor/bin/phpunit tests

0 comments on commit 3a75a3a

Please sign in to comment.