debug step
Some checks failed
Deploy / deploy (push) Failing after 4s

This commit is contained in:
2026-05-24 23:34:46 -03:00
parent 633b3bb380
commit cca8cba42e

View File

@@ -11,6 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Debug
run: |
pwd
ls -la
ls -la $(pwd)
- name: Build
run: |
docker run --rm \