Skip to content

Commit 661347d

Browse files
Fix ci workflow
Signed-off-by: Nestor Manrique <n.manriquecruz@celonis.com> Closes: mikkeloscar#69
1 parent 80fb3ef commit 661347d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ jobs:
1717
- run: go install github.com/mattn/goveralls@latest
1818
- run: |
1919
make test
20-
make
21-
make build.docker
22-
- run: |
23-
make test
24-
make build.linux.amd64
25-
make build.linux.arm64
20+
make build.linux.amd64
21+
make build.linux.arm64
2622
- run: goveralls -coverprofile=profile.cov -service=github
2723
env:
2824
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)