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 944c4c6 commit cf6618cCopy full SHA for cf6618c
.github/workflows/ci.yaml
@@ -254,7 +254,7 @@ jobs:
254
run: ant phar-snapshot
255
256
- name: Check whether PHAR is scoped
257
- run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
+ run: grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException build/artifacts/phpunit-snapshot.phar || (echo "phpunit-snapshot.phar is not scoped." && false)
258
259
- name: Upload PHAR
260
uses: actions/upload-artifact@v4
0 commit comments