summaryrefslogtreecommitdiff
path: root/.forgejo/workflows/coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo/workflows/coverage.yml')
-rw-r--r--.forgejo/workflows/coverage.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.forgejo/workflows/coverage.yml b/.forgejo/workflows/coverage.yml
index d19d941..46b5bce 100644
--- a/.forgejo/workflows/coverage.yml
+++ b/.forgejo/workflows/coverage.yml
@@ -31,5 +31,8 @@ jobs:
php -v
composer --version
+ - name: Install dependencies
+ run: composer install
+
- name: Run tests and collect coverage
run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests