Skip to content

Commit

Permalink
Fix PHPUnit command in QA pipeline workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neluxx committed Jan 25, 2025
1 parent c78d937 commit 2f60910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:

# Step 6: Run PHPUnit
- name: Run Test Suite
run: vendor/bin/phpunit1.
run: vendor/bin/phpunit

0 comments on commit 2f60910

Please sign in to comment.