mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
ci: fix mockery
This commit is contained in:
5
.github/workflows/mockery.yml
vendored
5
.github/workflows/mockery.yml
vendored
@@ -10,6 +10,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
cache: true
|
||||
go-version: 'stable'
|
||||
- name: Install Mockery
|
||||
run: |
|
||||
go install github.com/vektra/mockery/v2@latest
|
||||
|
||||
Reference in New Issue
Block a user