Skip to content

Commit

Permalink
move tidy check up
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Sep 11, 2024
1 parent f243b2a commit c3e6b23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
run: make e2e-test

0 comments on commit c3e6b23

Please sign in to comment.