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 5f823e7 commit e74775f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ jobs:

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
- name: print curent working directory
run: |
pwd
ls -ali
vendor/bin/phpunit ./tests

# - name: Run test suite
# run: composer run-script test
- name: Checkout code
Expand All @@ -55,5 +51,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: vendor/bin/phpunit tests
run: vendor/bin/phpunit ./tests

0 comments on commit e74775f

Please sign in to comment.