Skip to content

Commit

Permalink
Merge pull request #1413 from newrelic/perf_test_yml_fix
Browse files Browse the repository at this point in the history
Update performance results filename
  • Loading branch information
hannahramadan authored Sep 13, 2022
2 parents 0fa51e0 + 71aae44 commit 33eabcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: script/runner -B
- uses: actions/checkout@v3
- run: bundle
- run: script/runner -C > performance_tests.txt
- run: script/runner -C > performance_results.txt
- name: Save performance results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 33eabcd

Please sign in to comment.