Skip to content

Commit

Permalink
8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Oct 18, 2024
1 parent 0133edc commit 63fa1aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nebula-pr-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name=$(date +"%Y-%m-%d") && cat ./metacat-functional-tests/build/logs/metacat/catalina.$name.log
- name=$(date +"%Y-%m-%d") && cat ./metacat-functional-tests/build/logs/metacat/localhost.$name.log
- cat ./metacat-functional-tests/build/logs/metacat/spring.log
- name: Upload test report
if: failure()
uses: actions/upload-artifact@v2
with:
name: functional-test-report
path: metacat-functional-tests/build/reports/functionalTest/index.html
- name: Upload Test Report
if: failure()
uses: actions/upload-artifact@v2
with:
name: functional-test-report
path: metacat-functional-tests/build/reports/functionalTest/index.html

0 comments on commit 63fa1aa

Please sign in to comment.