Skip to content

Commit d9a20b6

Browse files
committed
Update build.yml
1 parent 6dc362b commit d9a20b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ jobs:
236236
- name: "Checkout"
237237
uses: actions/checkout@v5
238238

239+
- name: "Checkout build-infection"
240+
uses: actions/checkout@v5
241+
with:
242+
repository: "phpstan/build-infection"
243+
path: "build-infection"
244+
ref: "1.x"
245+
239246
- uses: ./build-infection/.github/actions/setup-php
240247
with:
241248
php-version: "${{ matrix.php-version }}"
@@ -244,13 +251,6 @@ jobs:
244251
- name: "Install dependencies"
245252
run: "composer install --no-interaction --no-progress"
246253

247-
- name: "Checkout build-infection"
248-
uses: actions/checkout@v5
249-
with:
250-
repository: "phpstan/build-infection"
251-
path: "build-infection"
252-
ref: "1.x"
253-
254254
- name: "Install build-infection dependencies"
255255
working-directory: "build-infection"
256256
run: "composer install --no-interaction --no-progress"

0 commit comments

Comments
 (0)