From 49894c7af304f06759b93ddef521d8640fce2124 Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Thu, 6 Mar 2025 22:21:56 -0500 Subject: [PATCH] test actions --- .gitea/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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