We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8673b4b commit ab0bf17Copy full SHA for ab0bf17
1 file changed
.github/workflows/build.yaml
@@ -671,11 +671,6 @@ jobs:
671
run: |
672
make -C operator/ bundle bundle-build
673
674
- - name: Operator unit tests
675
- if: matrix.arch == 'amd64'
676
- run: |
677
- scripts/lib.sh retry 2 true make -C operator/ test
678
-
679
- name: Build Operator image
680
681
# The first invocation builds native architecture dependencies, which helps avoid the following error,
0 commit comments