Skip to content

Commit ab0bf17

Browse files
authored
chore(ci): remove Operator unit tests from build (#19598)
1 parent 8673b4b commit ab0bf17

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -671,11 +671,6 @@ jobs:
671671
run: |
672672
make -C operator/ bundle bundle-build
673673
674-
- name: Operator unit tests
675-
if: matrix.arch == 'amd64'
676-
run: |
677-
scripts/lib.sh retry 2 true make -C operator/ test
678-
679674
- name: Build Operator image
680675
run: |
681676
# The first invocation builds native architecture dependencies, which helps avoid the following error,

0 commit comments

Comments
 (0)