summaryrefslogtreecommitdiff
path: root/.forgejo/workflows
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-02-01 11:43:15 +0200
committerAsko Nõmm <asko@nmm.ee>2026-02-01 11:43:15 +0200
commitca6e1bcd786501a9772659e4a68e0bbdaf4c1381 (patch)
tree6b6c694b00c367f5613e222a7e0a7d03902ba23c /.forgejo/workflows
parent7227c79d4175a7a820469fbef264abc646f6aa9b (diff)
Update test command to use Pest for coverage reporting
Diffstat (limited to '.forgejo/workflows')
-rw-r--r--.forgejo/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index 153215c..277f307 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -35,4 +35,4 @@ jobs:
run: composer install
- name: Run tests and collect coverage
- run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests
+ run: ./vendor/bin/pest --coverage-clover coverage.xml