Skip to content

Commit 73252e5

Browse files
committed
experiment: legacy CLI tests in GH actions
1 parent 6f38464 commit 73252e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,12 @@ jobs:
5959

6060
- name: Run tests
6161
run: make test
62+
63+
- name: Run legacy CLI integration tests
64+
uses: shivammathur/setup-php@v2
65+
with:
66+
php-version: '8.3'
67+
run: |
68+
make internal/legacy/archives/platform.phar
69+
chmod +x internal/legacy/archives/platform.phar
70+
TEST_CLI_PATH=$PWD/internal/legacy/archives/platform.phar go test -v ./tests/integration/...

0 commit comments

Comments
 (0)