diff --git a/.gitattributes b/.gitattributes index e69de29b..42139b65 100644 --- a/.gitattributes +++ b/.gitattributes @@ -0,0 +1 @@ +/bin export-ignore \ No newline at end of file diff --git a/.github/workflows/build-cli.yaml b/.github/workflows/build-cli.yaml index a823a20c..0119dce9 100644 --- a/.github/workflows/build-cli.yaml +++ b/.github/workflows/build-cli.yaml @@ -97,7 +97,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - dphp composer install --ignore-platform-reqs + composer install --ignore-platform-reqs - run: | echo "Running perf test" dphp exec tests/PerformanceTests/PerformanceClient.php