Skip to content

Commit

Permalink
Go modules sync in GH workflows (kedacore#1513)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
  • Loading branch information
zroubalik authored and ycabrer committed Mar 1, 2021
1 parent a17d0e7 commit 84367d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Go modules sync
run: go mod tidy

- name: Test
run: make test

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Go modules sync
run: go mod tidy

- name: Login to Docker Hub
env:
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 84367d8

Please sign in to comment.