Skip to content

Commit 8518542

Browse files
committed
minor #15283 [CI][CodeBlockChecker] Installed tagged version instead of dev-main (Nyholm)
This PR was merged into the 4.4 branch. Discussion ---------- [CI][CodeBlockChecker] Installed tagged version instead of dev-main This will allow us to decide when changes should go "public". Ie, with a release. Commits ------- 521ae7a [CI][CodeBlockChecker] Installed tagged version instead of dev-main
2 parents 5436c4f + 521ae7a commit 8518542

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@ jobs:
138138

139139
- name: Install dependencies
140140
if: ${{ steps.find-files.outputs.files }}
141-
run: |
142-
git clone --depth 15 https://github.com/symfony-tools/code-block-checker.git ../_checker
143-
cd ../_checker
144-
composer install
141+
run: composer create-project symfony-tools/code-block-checker ../_checker
145142

146143
- name: Install test application
147144
if: ${{ steps.find-files.outputs.files }}

0 commit comments

Comments
 (0)