Skip to content

Commit 3a1c632

Browse files
Nicer names for the builders
1 parent f45a7ee commit 3a1c632

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
aws_access_key_id: "${{ env.AWS_ACCESS_KEY_ID }}"
3333
aws_secret_access_key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
3434
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/deploy'
35-
test_benchmarks_1:
36-
name: Benchmark test 1
35+
test_benchmarks:
36+
name: Test benchmarks
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout the source code
@@ -60,8 +60,8 @@ jobs:
6060
run: sh -x -c "ci/check-benchmarks.sh"
6161
env:
6262
COLLECTOR_ARGS: "--exclude script-servo"
63-
test_benchmarks_2:
64-
name: Benchmark test 2
63+
test_script_servo:
64+
name: Test benchmark script-servo
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout the source code

0 commit comments

Comments
 (0)