diff --git a/config/.harness/Go_Demo.yaml b/config/.harness/Go_Demo.yaml index 0d9a3431..d16592ab 100644 --- a/config/.harness/Go_Demo.yaml +++ b/config/.harness/Go_Demo.yaml @@ -13,6 +13,15 @@ pipeline: cloneCodebase: true execution: steps: + - step: + type: Run + name: fail builds + identifier: fail_builds + spec: + connectorRef: account.nofar_dockerhub + image: alpine + command: adas sad asdf + privileged: false - step: type: Run name: Run Unit Tests