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 uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
#- name: "Where are my files????" - name: "Where are my files????"
# run: ls -la run: ls -laR
- name: Run Build Script - name: Run Build Script
run: docker-compose run build run: docker-compose run build
working-directory: ${{ gitea.workspace }} working-directory: ${{ gitea.workspace }}