Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jan 3, 2024
1 parent 574eef5 commit a3887c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
- name: Print testcases output
if: always()
run: cat $LOG_FILE
run: cat "$LOG_FILE"

- name: Push the report to github artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: "IaC Test Report - ${{ inputs.test_description }}"
path: ${{ env.LOG_FILE }}
path: "${{ env.LOG_FILE }}"

0 comments on commit a3887c7

Please sign in to comment.