We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6fd32 commit 7ab8455Copy full SHA for 7ab8455
2 files changed
.github/workflows/run-express-tests.yml
@@ -46,6 +46,7 @@ jobs:
46
47
- name: Generate Test Summary
48
if: always()
49
+ working-directory: .
50
run: |
51
chmod +x .github/scripts/generate-test-summary-jest.sh
52
.github/scripts/generate-test-summary-jest.sh server/express/test-results.json
.github/workflows/run-java-spring-boot-tests.yml
@@ -53,6 +53,7 @@ jobs:
53
54
55
56
57
58
chmod +x .github/scripts/generate-test-summary-surefire.sh
59
.github/scripts/generate-test-summary-surefire.sh server/java-spring/target/surefire-reports
0 commit comments