diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 969d1cb..1cd08e1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -19,6 +19,9 @@ jobs: image: golang options: --user root steps: - - run: ls -la / + - run: | + ls -la / + ls -la /workspace + find /workspace - name: Run go build run: go build \ No newline at end of file