File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments