We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1899170 commit 6c5f84bCopy full SHA for 6c5f84b
2 files changed
.github/workflows/testing.yaml
@@ -44,4 +44,4 @@ jobs:
44
uses: actions/upload-artifact@v4
45
with:
46
name: cypress-test-results
47
- path: ${{ github.workspace }}/*/target/test-classes/e2e/cypress/test-results
+ path: ${{ github.workspace }}/target/test-classes/e2e/cypress/test-results
.gitignore
@@ -32,3 +32,5 @@ build/
32
33
### VS Code ###
34
.vscode/
35
+
36
+src/main/resources/frontend/
0 commit comments