Skip to content

Commit

Permalink
Add dev files to PHAR to allow usage of adapters (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Oct 3, 2023
1 parent bfb40db commit 10cd10c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: "Validate Flow PHAR"
run: |
./build/flow-php.phar --version
./build/flow-php.phar examples/topics/transformations/array_expand.php
- name: "Prepare artifact name"
if: ${{ github.event_name == 'push' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: "Validate Flow PHAR"
run: |
./build/flow-php.phar --version
./build/flow-php.phar examples/topics/transformations/array_expand.php
- name: "Prepare artifact name"
run: |
Expand Down
1 change: 1 addition & 0 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"src",
"vendor"
],
"exclude-dev-files": false,
"git-version": "git_version",
"main": "build/runtime.php",
"metadata": "FlowVersion::getVersion",
Expand Down

0 comments on commit 10cd10c

Please sign in to comment.