Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Sep 13, 2024
1 parent b6ea7a9 commit e0869f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --config .golangci.yml --timeout 2m
args: --tags testtools --config .golangci.yml --timeout 2m
version: v1.55.2

- name: Test
Expand Down
13 changes: 0 additions & 13 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
testonly: False
with-expecter: True
packages:
github.com/metal-toolbox/rivets/events/controller:
config:
dir: events/controller
fileName: "mock_{{.InterfaceName | firstLower}}.go"
inpackage: True
interfaces:
TaskHandler:
Publisher:
StatusPublisher:
ConditionStatusQueryor:
ConditionStatusPublisher:
eventStatusAcknowleger:
LivenessCheckin:
github.com/metal-toolbox/rivets/events:
config:
dir: events/
Expand Down

0 comments on commit e0869f1

Please sign in to comment.