Skip to content

Commit 5b52b9e

Browse files
committed
ci: use staging upload URL for testing
1 parent 17f1f3d commit 5b52b9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
if: matrix.codspeed-mode != 'off'
9494
with:
9595
mode: ${{ matrix.codspeed-mode }}
96+
upload-url: https://api.staging.preview.codspeed.io/upload
9697
run: examples/google_benchmark_cmake/build/benchmark_example
9798

9899
bazel-integration-tests:
@@ -132,6 +133,7 @@ jobs:
132133
if: matrix.codspeed-mode != 'off'
133134
with:
134135
mode: ${{ matrix.codspeed-mode }}
136+
upload-url: https://api.staging.preview.codspeed.io/upload
135137
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
136138

137139
cmake-build:

0 commit comments

Comments
 (0)