File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change 5353 working-directory : " compiler"
5454 run : " php bin/prepare"
5555
56+ - name : " Compile PHAR"
57+ working-directory : " compiler/build"
58+ run : " php box.phar compile --no-parallel"
59+
60+ - name : " Run PHAR"
61+ working-directory : " compiler"
62+ run : " ../tmp/phpstan.phar list"
63+
64+ - uses : actions/upload-artifact@v2
65+ with :
66+ name : phar-file
67+ path : tmp/phpstan.phar
68+
69+ - name : " Delete PHAR"
70+ run : " rm tmp/phpstan.phar"
71+
5672 - name : " Set autoloader suffix"
5773 run : " composer config autoloader-suffix PHPStanChecksum"
5874
7288 - name : " Delete checksum PHAR"
7389 run : " rm tmp/phpstan.phar"
7490
75- - name : " Compile PHAR"
76- working-directory : " compiler/build"
77- run : " php box.phar compile --no-parallel"
78-
79- - name : " Run PHAR"
80- working-directory : " compiler"
81- run : " ../tmp/phpstan.phar list"
82-
83- - uses : actions/upload-artifact@v2
84- with :
85- name : phar-file
86- path : tmp/phpstan.phar
87-
8891 integration-tests :
8992 if : github.event_name == 'pull_request'
9093 needs : compiler-tests
You can’t perform that action at this time.
0 commit comments