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 b536565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Test
run: go test ./...
with:
args: -tags testtools

build:
runs-on: ubuntu-latest
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 b536565

Please sign in to comment.