diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index d891e8e..ef62fc7 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -44,4 +44,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: cypress-test-results - path: ${{ github.workspace }}/*/target/test-classes/e2e/cypress/test-results + path: ${{ github.workspace }}/target/test-classes/e2e/cypress/test-results diff --git a/.gitignore b/.gitignore index 047af88..7858453 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ build/ ### VS Code ### .vscode/ + +src/main/resources/frontend/