Skip to content

Commit

Permalink
tmp + wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Nov 4, 2024
1 parent f4623de commit ce67fef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Build and run local tests on Minikube
run: |
cd operator
make BUILD_OPTS="--no-transfer-progress" build
make BUILD_OPTS="--no-transfer-progress" SKIP_TESTS=true build
- name: Build and publish temporary operator image
run: |
Expand All @@ -100,6 +100,11 @@ jobs:
cd operator
make catalog
- name: Generate install file (for the remote tests)
run: |
cd operator
make dist-install-file
- name: Run remote tests on Minikube
run: |
cd operator
Expand Down

0 comments on commit ce67fef

Please sign in to comment.