mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-01-26 11:44:02 +00:00
Build script update
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -32,10 +32,11 @@ jobs:
|
||||
- name: Install Composer dependencies
|
||||
uses: ramsey/composer-install@v2
|
||||
|
||||
- name: Copy application to phar
|
||||
run: cp application application.phar
|
||||
|
||||
- name: Build PHAR
|
||||
run: |
|
||||
cp application application.phar
|
||||
composer build -- --build-version
|
||||
run: composer build -- --build-version
|
||||
|
||||
# Smoke test
|
||||
- name: Ensure the PHAR works
|
||||
|
||||
Reference in New Issue
Block a user