Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Dec 20, 2023
1 parent d1b63a6 commit d52af2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
for t in ${{ github.event.inputs.test_case }}; do export TF_ACC_TEST_PATH="$(pwd)/acc-dev-testcases" && make acceptance case="$t" >> "$LOG_FILE"; done
- name: Print testcases output
if: always()
run: cat $LOG_FILE

- name: Push the report to github artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: "Terraform Test report- ${{ github.event.inputs.test_case }}"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ jobs:
- name: Print testcases output
if: always()
run: cat $LOG_FILE

- name: Push the report to github artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: "Terraform Test report- ${{ inputs.test_case }}"
Expand Down

0 comments on commit d52af2d

Please sign in to comment.