Skip to content

Commit

Permalink
try out without make
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Sep 5, 2024
1 parent 93e1648 commit d90a77f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check-go-mod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Setup golang
uses: ./.github/actions/golang
# - name: Setup golang
# uses: ./.github/actions/golang

- name: Test go mod
run: make test-go-mod
run: |
go mod tidy
git diff --exit-code go.mod go.sum
- name: Save logs
if: always()
Expand Down

0 comments on commit d90a77f

Please sign in to comment.