diff --git a/.github/workflows/operator-pipeline.yml b/.github/workflows/operator-pipeline.yml index 046af20..356a15a 100644 --- a/.github/workflows/operator-pipeline.yml +++ b/.github/workflows/operator-pipeline.yml @@ -26,12 +26,12 @@ jobs: make docker-build - name: Upload Test coverage Reports - if: ${{ always() }} - uses: actions/upload-artifact@v2 - with: - path: | - ./cover.out - ./cover.html + if: ${{ always() }} + uses: actions/upload-artifact@v2 + with: + path: | + ./cover.out + ./cover.html - name: Login to Github Packages uses: docker/login-action@v2