From c3e6b23ec62242af2dc69094c66002c3ab237e75 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Wed, 11 Sep 2024 11:30:13 +0100 Subject: [PATCH] move tidy check up --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60244ef6..e3deb9b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: check-latest: true cache: true + - name: Check if go mod tidy should be run + uses: katexochen/go-tidy-check@v2 + - name: Extract project version from file id: version run: | @@ -79,7 +82,4 @@ jobs: run: make e2e-up - name: Run e2e tests - run: make e2e-test - - - name: Check if go mod tidy should be run - uses: katexochen/go-tidy-check@v2 \ No newline at end of file + run: make e2e-test \ No newline at end of file