Skip to content

Commit

Permalink
PHPUnit in test suite file (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifarzana authored Mar 4, 2024
1 parent d343153 commit 0ec5319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Run PHP Unit
run: |
docker exec --user www-data -t cms-web /bin/bash -c "cd /var/www/cms; php vendor/bin/phpunit --log-junit results.xml"
docker exec --user www-data -t cms-web /bin/bash -c "cd /var/www/cms; curl -O https://phar.phpunit.de/phpunit-10.0.phar && chmod +x vendor/bin/phpunit && php vendor/bin/phpunit --log-junit results.xml"
- name: Run Cypress
id: cypress
Expand Down Expand Up @@ -147,4 +147,4 @@ jobs:
with:
sha: ${{ steps.comment-branch.outputs.head_sha }}
token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
status: ${{ job.status }}

0 comments on commit 0ec5319

Please sign in to comment.