Skip to content

Commit

Permalink
ci: fix GH Action linter and remove warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
osmman committed Feb 20, 2025
1 parent 8642621 commit 01bbfea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
with:
name: test-kind
path: test/**/k8s-dump-*.tar.gz
if-no-files-found: ignore

- name: dump the logs of the operator
run: kubectl logs -n openshift-rhtas-operator deployment/rhtas-operator-controller-manager
Expand Down Expand Up @@ -315,6 +316,7 @@ jobs:
with:
name: test-upgrade
path: test/**/k8s-dump-*.tar.gz
if-no-files-found: ignore

test-custom-install:
name: Test with custom operator installation
Expand Down Expand Up @@ -379,6 +381,7 @@ jobs:
with:
name: test-custom-install
path: test/**/k8s-dump-*.tar.gz
if-no-files-found: ignore

test-e2e:
name: Execute securesign/sigstore-e2e
Expand Down Expand Up @@ -610,6 +613,7 @@ jobs:
with:
name: test-eks
path: test/**/k8s-dump-*.tar.gz
if-no-files-found: ignore

- name: dump the logs of the operator
run: |
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
run:
deadline: 5m
allow-parallel-runners: true
build-tags:
- integration
Expand Down

0 comments on commit 01bbfea

Please sign in to comment.