File tree Expand file tree Collapse file tree 2 files changed +84
-493
lines changed
fixtures/set035-composer-files-autoload/guzzle5-include Expand file tree Collapse file tree 2 files changed +84
-493
lines changed Original file line number Diff line number Diff line change 5353 path : bin/php-scoper.phar
5454
5555 e2e-tests :
56- name : ' e2e Test ${{ matrix.e2e }} (PHP: ${{ matrix.php }})'
56+ name : ' Test ${{ matrix.e2e }} (PHP: ${{ matrix.php }})'
5757 runs-on : ubuntu-latest
5858 needs : build-test-phar
5959 strategy :
@@ -114,7 +114,7 @@ jobs:
114114 path : bin
115115
116116 - name : Ensure PHAR will not be rebuilt
117- run : touch -c bin/php-scoper.phar
117+ run : touch -c vendor-hotfix bin/php-scoper.phar
118118
119119 # See https://github.com/actions/download-artifact#limitations
120120 # the permissions are not guaranteed to be preserved
@@ -129,4 +129,4 @@ jobs:
129129 run : sudo apt-get install -y tree
130130
131131 - name : Run e2e ${{ matrix.e2e }}
132- run : make ${{ matrix.e2e }}
132+ run : make ${{ matrix.e2e }} --debug
You can’t perform that action at this time.
0 commit comments