Skip to content

Commit cf6618c

Browse files
localheinzsebastianbergmann
authored andcommitted
Fix: Use grep directly
1 parent 944c4c6 commit cf6618c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
run: ant phar-snapshot
255255

256256
- 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)
257+
run: grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException build/artifacts/phpunit-snapshot.phar || (echo "phpunit-snapshot.phar is not scoped." && false)
258258

259259
- name: Upload PHAR
260260
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)