Skip to content

Commit

Permalink
#3 - Remove PHP unittest from Github workflow. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurozgurozkan authored Feb 1, 2023
1 parent df2bb33 commit da5010f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ jobs:
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: composer test

0 comments on commit da5010f

Please sign in to comment.