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

Commit

Permalink
Hotfix path to mochareports for Cypress (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshnimble authored May 23, 2024
1 parent 5d80b85 commit 8547f5b
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: end-to-end-tests/cypress/mochareports
path: prepare-academy-transfers/prepare-academy-transfers/end-to-end-tests/cypress/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: end-to-end-tests/cypress/mochareports
path: prepare-academy-transfers/prepare-academy-transfers/end-to-end-tests/cypress/mochareports

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

0 comments on commit 8547f5b

Please sign in to comment.