File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3333 path : acp/bin
3434 key : ${{ runner.os }}-acp-bin-${{ hashFiles('acp/Makefile') }}
3535
36+ - name : Generate mocks
37+ working-directory : acp
38+ run : make mocks
39+
3640 - name : Install golangci-lint
3741 working-directory : acp
3842 run : make golangci-lint
7175 path : acp/bin
7276 key : ${{ runner.os }}-acp-bin-${{ hashFiles('acp/Makefile') }}
7377
78+ - name : Generate mocks
79+ working-directory : acp
80+ run : make mocks
81+
7482 - name : Run tests
7583 working-directory : acp
7684 run : make test
@@ -102,6 +110,10 @@ jobs:
102110 path : acp/bin
103111 key : ${{ runner.os }}-acp-bin-${{ hashFiles('acp/Makefile') }}
104112
113+ - name : Generate mocks
114+ working-directory : acp
115+ run : make mocks
116+
105117 - name : Build
106118 working-directory : acp
107119 run : make build
You can’t perform that action at this time.
0 commit comments