Skip to content

Commit af0e728

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Check that PHAR is scoped
1 parent 40a6545 commit af0e728

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ jobs:
246246
- name: Build PHAR
247247
run: ant phar-snapshot
248248

249+
- name: Check whether PHAR is scoped
250+
run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneExceptions || (echo "phpunit-snapshot.phar is not scoped." && false)
251+
249252
- name: Upload PHAR
250253
uses: actions/upload-artifact@v3
251254
with:

0 commit comments

Comments
 (0)