Skip to content

Commit b4ab8b6

Browse files
committed
ci: move setup blueprint after setup php
1 parent bcb2768 commit b4ab8b6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)