mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-03-10 23:58:19 +00:00
Fix tests, again
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user