Fix tests, again

This commit is contained in:
2022-12-24 01:04:08 +02:00
parent 26802ff151
commit fd6b8102c9

View File

@@ -38,9 +38,11 @@ jobs:
- name: PHPUnit Testing - name: PHPUnit Testing
run: vendor/bin/pest --coverage run: vendor/bin/pest --coverage
- name: Copy application to phar
run: cp application application.phar
- name: Build - name: Build
run: composer build -- --build-version=0.0 run: php application app:build branch-usage-checker --build-version=0.0
- name: Build Check - name: Build Check
run: php builds/branch-usage-checker --version run: php builds/branch-usage-checker --version