From ac72574873ef5ca17b7837c2e86cd23150c61c0c Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 9 Jul 2024 21:37:41 -0400 Subject: [PATCH] It might actually help to check out the repo --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5491ca6..41c8410 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -3,7 +3,8 @@ run-name: Test? on: [push] jobs: - Explore-Gitea-Actions: + test: runs-on: ubuntu-latest + - uses: actions/checkout@v4 steps: - run: npm run test \ No newline at end of file