Skip to content

Commit

Permalink
1. fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BorzdeG committed Jan 2, 2024
1 parent d7bf153 commit 72b2cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- run: go mod tidy && git diff --exit-code go.mod go.sum
# - run: go mod tidy && git diff --exit-code go.mod go.sum
- run: go mod tidy && git diff --exit-code go.mod

test-asdf:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 72b2cba

Please sign in to comment.