From e37208419f9390ab21e69a3edfe56b0887482b87 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 3 Oct 2023 16:02:00 -0400 Subject: [PATCH] chore: remove tidy step in tests action --- .github/actions/tests/action.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/actions/tests/action.yaml b/.github/actions/tests/action.yaml index 78cd1f1..e4cff31 100644 --- a/.github/actions/tests/action.yaml +++ b/.github/actions/tests/action.yaml @@ -10,13 +10,6 @@ runs: with: go-version: ">=1.19" - - name: Tidy - shell: bash - run: | - go version - go mod tidy - git diff --exit-code - - name: Run Unit tests shell: bash run: |