Skip to content

Commit e49d080

Browse files
do not include tests or bin in git archives (#153)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated settings to exclude the /tests and /bin directories from exported archives. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Robert Landers <landers.robert@gmail.com>
1 parent dba911f commit e49d080

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/bin export-ignore

.github/workflows/build-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@v4
9999
- run: |
100-
dphp composer install --ignore-platform-reqs
100+
composer install --ignore-platform-reqs
101101
- run: |
102102
echo "Running perf test"
103103
dphp exec tests/PerformanceTests/PerformanceClient.php

0 commit comments

Comments
 (0)