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 386eb5e + 9bf16c5 commit 0f715c1Copy full SHA for 0f715c1
.github/workflows/ci.yaml
@@ -245,7 +245,7 @@ jobs:
245
run: ant phar-snapshot
246
247
- name: Check whether PHAR is scoped
248
- 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)
249
250
- name: Upload PHAR
251
uses: actions/upload-artifact@v4
0 commit comments