mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-03-12 03:58:53 +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
|
- name: Install Composer dependencies
|
||||||
uses: ramsey/composer-install@v2
|
uses: ramsey/composer-install@v2
|
||||||
|
|
||||||
|
- name: Copy application to phar
|
||||||
|
run: cp application application.phar
|
||||||
|
|
||||||
- name: Build PHAR
|
- name: Build PHAR
|
||||||
run: |
|
run: composer build -- --build-version
|
||||||
cp application application.phar
|
|
||||||
composer build -- --build-version
|
|
||||||
|
|
||||||
# Smoke test
|
# Smoke test
|
||||||
- name: Ensure the PHAR works
|
- name: Ensure the PHAR works
|
||||||
|
|||||||
Reference in New Issue
Block a user