Skip to content

Commit

Permalink
devops: CI script fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed May 14, 2024
1 parent f1b375f commit 8495806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run Codeception Tests w/ Docker.
env:
PHP_VERSION: ${{ matrix.php }}
run:
run: |
composer run-codeception -- -- functional
composer run-codeception -- -- wpunit --coverage --coverage-xml
Expand Down

0 comments on commit 8495806

Please sign in to comment.