Skip to content

Commit 5f269fd

Browse files
committed
wip
1 parent 2a803fd commit 5f269fd

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ on:
77
branches: [main]
88

99
jobs:
10-
mockery-container:
11-
runs-on: ubuntu-latest
12-
container:
13-
image: vektra/mockery
14-
ports:
15-
- 80
16-
volumes:
17-
- my_docker_volume:/volume_mount
18-
options: --cpus 1
19-
2010
build:
2111
runs-on: ubuntu-latest
2212
steps:
@@ -27,6 +17,9 @@ jobs:
2717
with:
2818
go-version: 1.18
2919

20+
- name: Docker container
21+
uses: docker/vektra/mockery
22+
3023
- name: Run mockery from container
3124
run: docker run -v ${{ github.workspace }}:/src -w /src vektra/mockery --all --inpackage
3225

0 commit comments

Comments
 (0)