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 0632f36Copy full SHA for 0632f36
.github/workflows/ci.yml
@@ -59,3 +59,14 @@ jobs:
59
60
- name: Run tests
61
run: make test
62
+
63
+ - name: Set up PHP
64
+ uses: shivammathur/setup-php@v2
65
+ with:
66
+ php-version: '8.3'
67
68
+ - name: Run legacy CLI integration tests
69
+ run: |
70
+ make internal/legacy/archives/platform.phar
71
+ chmod +x internal/legacy/archives/platform.phar
72
+ TEST_CLI_PATH=$PWD/internal/legacy/archives/platform.phar go test -v ./tests/integration/...
0 commit comments