mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
github/actions: set PERF_TEST_RESULT_CONNSTR from secrets (#2040)
This commit is contained in:
committed by
GitHub
parent
4a96259bdd
commit
1faf49da0f
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -271,6 +271,8 @@ jobs:
|
||||
test_selection: performance
|
||||
run_in_parallel: false
|
||||
save_perf_report: true
|
||||
env:
|
||||
PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}"
|
||||
# XXX: no coverage data handling here, since benchmarks are run on release builds,
|
||||
# while coverage is currently collected for the debug ones
|
||||
|
||||
|
||||
Reference in New Issue
Block a user