mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
ci: add missing files to gen/mark-fresh (#16504)
This commit is contained in:
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -961,15 +961,6 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: ./.github/actions/setup-go
|
uses: ./.github/actions/setup-go
|
||||||
|
|
||||||
# Needed to build dylibs.
|
|
||||||
- name: go install tools
|
|
||||||
run: |
|
|
||||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
|
|
||||||
go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34
|
|
||||||
go install golang.org/x/tools/cmd/goimports@latest
|
|
||||||
go install github.com/mikefarah/yq/v4@v4.44.3
|
|
||||||
go install go.uber.org/mock/mockgen@v0.5.0
|
|
||||||
|
|
||||||
- name: Install rcodesign
|
- name: Install rcodesign
|
||||||
if: ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
|
||||||
run: |
|
run: |
|
||||||
|
1
Makefile
1
Makefile
@ -599,6 +599,7 @@ gen/mark-fresh:
|
|||||||
examples/examples.gen.json \
|
examples/examples.gen.json \
|
||||||
$(TAILNETTEST_MOCKS) \
|
$(TAILNETTEST_MOCKS) \
|
||||||
coderd/database/pubsub/psmock/psmock.go \
|
coderd/database/pubsub/psmock/psmock.go \
|
||||||
|
agent/agentcontainers/acmock/acmock.go \
|
||||||
"
|
"
|
||||||
|
|
||||||
for file in $$files; do
|
for file in $$files; do
|
||||||
|
Reference in New Issue
Block a user