chore: Split up commands (#6450) (#6451)

(cherry picked from commit 274688e9e2)
pull/6455/head
Michael Li 2 months ago committed by GitHub
parent 3cd8118abc
commit 2bd8a569ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -160,10 +160,12 @@ jobs:
key: ${{ needs.setup.outputs.go-tools-cache-key }}
restore-keys: |
go-tools-${{ needs.setup.outputs.go-version }}
- name: Install tools
if: steps.go-tools-cache.outputs.cache-hit != 'true'
- name: Go mod download
run: |
go mod download
- name: Install Tools
if: steps.go-tools-cache.outputs.cache-hit != 'true'
run: |
make tools
- name: Set up plugin cache
id: plugin-cache

Loading…
Cancel
Save