Skip to content

Commit 6c5f84b

Browse files
Fix path to cypress artifacts (#6)
1 parent 1899170 commit 6c5f84b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: cypress-test-results
47-
path: ${{ github.workspace }}/*/target/test-classes/e2e/cypress/test-results
47+
path: ${{ github.workspace }}/target/test-classes/e2e/cypress/test-results

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ build/
3232

3333
### VS Code ###
3434
.vscode/
35+
36+
src/main/resources/frontend/

0 commit comments

Comments
 (0)