From 7cdba5b82a2b7ea62d4cb2e1a7d9a2200e7c4d12 Mon Sep 17 00:00:00 2001 From: matthijssmets Date: Tue, 9 Sep 2025 15:02:26 +0200 Subject: [PATCH] Fix path to cypress artifacts --- .github/workflows/testing.yaml | 2 +- .gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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/