From d46a142312e3620646b92a2c412c3a309dc6f86e Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Wed, 17 Jul 2024 22:23:27 -0500 Subject: [PATCH] test --- .gitea/workflows/pull-request-ci.yaml | 6 ------ .gitea/workflows/push-ci.yaml | 9 +++------ .gitea/workflows/tag-release.yaml | 6 ------ 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/pull-request-ci.yaml b/.gitea/workflows/pull-request-ci.yaml index 777f4f6..0261cab 100644 --- a/.gitea/workflows/pull-request-ci.yaml +++ b/.gitea/workflows/pull-request-ci.yaml @@ -14,8 +14,6 @@ jobs: - name: Setup go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -45,8 +43,6 @@ jobs: - name: Set up go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -79,8 +75,6 @@ jobs: - name: Set up go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true diff --git a/.gitea/workflows/push-ci.yaml b/.gitea/workflows/push-ci.yaml index 660cd9a..c5217f8 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -13,10 +13,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: test log + run: env | sort + - name: Setup go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -46,8 +47,6 @@ jobs: - name: Set up go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -80,8 +79,6 @@ jobs: - name: Set up go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index bdfdc9c..f8048b8 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -16,8 +16,6 @@ jobs: - name: Setup go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -47,8 +45,6 @@ jobs: - name: Set up go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -79,8 +75,6 @@ jobs: - name: Setup go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod'