From c89e63c39f1d6f835e845e8aed512824ba18ca9d Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sat, 25 May 2024 17:13:08 -0700 Subject: [PATCH] debug volume config --- .gitea/workflows/lint.yaml | 2 -- .gitea/workflows/test.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index d757e80..9d676ec 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -29,8 +29,6 @@ jobs: - name: Check out code uses: actions/checkout@v3 - - run: cat ~/.gitconfig - - run: ls -al ~/.git* - name: Get packages run: go get ./... diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ec43793..27dfe93 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: - "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro" - "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro" - "/etc/ssl/certs:/etc/ssl/certs:ro" - options: --cpus 1 + options: --cpus 10 steps: - run: apk add --no-cache nodejs - name: Check out repository code