diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 4dc4ac9..21b4dda 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -77,3 +77,8 @@ jobs: npm ci npx cypress install npx cypress run --config baseUrl=http://php:8888 + + - uses: actions/upload-artifact@v4 + with: + name: cypress-artifact + path: ${{ github.workspace }}/cypress \ No newline at end of file