Skip to content

Commit

Permalink
fix identation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
malike committed Feb 15, 2023
1 parent f87d355 commit 31611ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/operator-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31611ea

Please sign in to comment.