diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index c7dfdc911..670ad28f6 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -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() diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 357d1ab7a..2fc5199da 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -53,7 +53,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: reports-dev - path: mochareports + path: mochareports/ - name: Report results if: always()