Skip to content

Commit

Permalink
testing pipe: changing name of result.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SMANUM committed Nov 14, 2023
1 parent ffa2c9f commit 9121d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Upload result.html
uses: actions/upload-artifact@v3
with:
name: my-artifact
name: html-report
path: src/test/resources/integration-test/output/result.html

- name: Build, tag, and push docker image to Amazon ECR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload result.html
uses: actions/upload-artifact@v3
with:
name: my-artifact
name: html-report
path: src/test/resources/integration-test/output/result.html

- name: Build, tag, and push docker image to Amazon ECR
Expand Down

0 comments on commit 9121d94

Please sign in to comment.