File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,13 +113,6 @@ jobs:
113113 echo 'WEBUSER="runner"; OWNERSHIP="runner:runner"; USERSHELL="/bin/bash";' > .blueprintrc
114114 chmod +x blueprint.sh
115115
116- - name : Setup Blueprint
117- working-directory : panel
118- run : bash blueprint.sh
119- env :
120- BLUEPRINT_ENVIRONMENT : ci
121- TERM : xterm-kitty # fixes tput errors
122-
123116 - name : Get cache directory
124117 id : composer-cache
125118 working-directory : panel
@@ -150,6 +143,13 @@ jobs:
150143 working-directory : panel
151144 run : composer install --no-interaction --no-progress --no-suggest --prefer-dist
152145
146+ - name : Setup Blueprint
147+ working-directory : panel
148+ run : bash blueprint.sh
149+ env :
150+ BLUEPRINT_ENVIRONMENT : ci
151+ TERM : xterm-kitty # fixes tput errors
152+
153153 - name : Unit tests
154154 working-directory : panel
155155 run : vendor/bin/phpunit --bootstrap vendor/autoload.php tests/Unit
You can’t perform that action at this time.
0 commit comments