debug
Prepare release for chill app / update-deps (push) Failing after 12s Details

This commit is contained in:
Julien Fastré 2023-10-24 16:54:07 +02:00
parent f4cdff06a0
commit 8e1619bc18
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ jobs:
- name: run composer update to update composer.lock
uses: https://github.com/addnab/docker-run-action@v3
with:
run: composer update
run: |
ls
whereami
composer update
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
# - name: commit changed files
# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5