Skip to content

Commit

Permalink
fixed all pipeline issues
Browse files Browse the repository at this point in the history
Signed-off-by: vivekr-splunk <94569031+vivekr-splunk@users.noreply.github.com>
  • Loading branch information
vivekr-splunk committed Aug 15, 2023
1 parent c991f36 commit e7ebe1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@ jobs:
run: |
make cleanup
make clean
#- name: Cleanup up EKS cluster FIXME
# if: ${{ always() }}
# run: |
# make cluster-down
- name: Cleanup up EKS cluster FIXME
if: ${{ always() }}
run: |
make cluster-down
#- name: Test Report
# uses: dorny/test-reporter@v1
# if: success() || failure() # run this step even if previous step failed
Expand Down

0 comments on commit e7ebe1b

Please sign in to comment.