Skip to content

Commit

Permalink
Merge pull request #11 from Benedikt1992/ci_fix
Browse files Browse the repository at this point in the history
Fix CI Pipeline
  • Loading branch information
Benedikt1992 authored Nov 4, 2021
2 parents 6d7e5e8 + f0a77a8 commit 7d15bb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,18 @@ jobs:
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-pkg-
- name: Vendor Dependencies
run: make vendor vendor.check

- name: Build Helm Chart
timeout-minutes: 10
run: make -j2 build
env:
# We're using docker buildx, which doesn't actually load the images it
# builds by default. Specifying --load does so.
BUILD_ARGS: "--load"
RUNNING_IN_CI: true

- name: Run E2E Tests
run: make e2e USE_HELM3=true
Expand Down Expand Up @@ -279,10 +282,12 @@ jobs:

- name: Build Artifacts
run: make -j2 build.all
timeout-minutes: 10
env:
# We're using docker buildx, which doesn't actually load the images it
# builds by default. Specifying --load does so.
BUILD_ARGS: "--load"
RUNNING_IN_CI: true

- name: Publish Artifacts to GitHub
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
run:
deadline: 2m
timeout: 2m

skip-files:
- "zz_generated\\..+\\.go$"
Expand Down

0 comments on commit 7d15bb0

Please sign in to comment.