Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
debugging yaml file
  • Loading branch information
sajed-zarrinpour authored Sep 6, 2024
1 parent 6d65986 commit 56cf17f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ 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: ls -ali
# - name: Run test suite
# run: composer run-script test
- name: Checkout code
Expand All @@ -52,4 +53,4 @@ jobs:
# Add more steps for testing and other tasks
- name: Run Tests
run: composer run-script test


0 comments on commit 56cf17f

Please sign in to comment.