Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update path to mochareports (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshnimble authored May 29, 2024
1 parent a87f465 commit bb7b448
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-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: reports-${{ needs.set-env.outputs.environment }}
path: mochareports
path: mochareports/

- name: Report results
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: reports-dev
path: mochareports
path: mochareports/

- name: Report results
if: always()
Expand Down

0 comments on commit bb7b448

Please sign in to comment.