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 5384dd1 + cf6618c commit 480b53eCopy full SHA for 480b53e
.github/workflows/ci.yaml
@@ -252,7 +252,7 @@ jobs:
252
run: ant phar-snapshot
253
254
- name: Check whether PHAR is scoped
255
- 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)
256
257
- name: Upload PHAR
258
uses: actions/upload-artifact@v4
0 commit comments