We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f38464 commit 73252e5Copy full SHA for 73252e5
.github/workflows/ci.yml
@@ -59,3 +59,12 @@ jobs:
59
60
- name: Run tests
61
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