Skip to content

Commit 1cc7b1a

Browse files
committed
wip: run on staging
1 parent 3b9392b commit 1cc7b1a

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
@@ -91,6 +91,7 @@ jobs:
9191
mode: ${{ matrix.codspeed-mode }}
9292
run: examples/google_benchmark_cmake/build/benchmark_example
9393
token: ${{ secrets.CODSPEED_TOKEN }}
94+
upload-url: https://api.staging.preview.codspeed.io/upload
9495

9596
bazel-integration-tests:
9697
strategy:
@@ -131,6 +132,7 @@ jobs:
131132
mode: ${{ matrix.codspeed-mode }}
132133
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
133134
token: ${{ secrets.CODSPEED_TOKEN }}
135+
upload-url: https://api.staging.preview.codspeed.io/upload
134136

135137
cmake-build:
136138
strategy:

0 commit comments

Comments
 (0)