Skip to content

Commit f781cf8

Browse files
committed
qa-tests: add summary in RPC Performance Tests Latest
1 parent 3599213 commit f781cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa-rpc-performance-tests-latest.yml renamed to .github/workflows/qa-rpc-performance-comparison-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
- name: Generate Summary
381381
if: always() && steps.test_step.outputs.test_executed == 'true'
382382
run: |
383-
SUMMARY_FILE="${{ env.past_test_dir }}/summary.md"
383+
SUMMARY_FILE="${{ env.result_dir }}/summary.md"
384384
LOG_FILE="${{ env.result_dir }}/output.log"
385385
386386
cat << 'EOF' > $SUMMARY_FILE

0 commit comments

Comments
 (0)