Skip to content

Commit 0cd6cab

Browse files
committed
[TASK] archive composer.lock file in CI
1 parent 6287884 commit 0cd6cab

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ jobs:
3939
run: .Build/bin/phpstan analyze -c Build/phpstan.neon
4040
- name: Phpcsfix
4141
run: .Build/bin/php-cs-fixer fix --config=Build/php-cs-fixer.php --dry-run --stop-on-violation --using-cache=no
42-
42+
- name: Archive composer.lock
43+
uses: actions/upload-artifact@v6
44+
if: always()
45+
with:
46+
name: composer.lock-${{ matrix.php }}-${{ matrix.TYPO3 }}
47+
path: composer.lock

0 commit comments

Comments
 (0)