List all files in home directory of the runner.
Some checks failed
Build / build (push) Failing after 52s

This commit is contained in:
H. Utku Maden 2024-03-21 18:13:33 +03:00
parent 4c87a7da1c
commit 33000e5b54

@ -19,8 +19,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
#- name: "Where are my files????"
# run: ls -la
- name: "Where are my files????"
run: ls -laR
- name: Run Build Script
run: docker-compose run build
working-directory: ${{ gitea.workspace }}