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.
2 parents b5d1fe7 + 480b53e commit 5020f05Copy full SHA for 5020f05
.github/workflows/ci.yaml
@@ -247,7 +247,7 @@ jobs:
247
run: ant phar-snapshot
248
249
- name: Check whether PHAR is scoped
250
- 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)
251
252
- name: Upload PHAR
253
uses: actions/upload-artifact@v4
0 commit comments