We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45a7ee commit 3a1c632Copy full SHA for 3a1c632
.github/workflows/ci.yml
@@ -32,8 +32,8 @@ jobs:
32
aws_access_key_id: "${{ env.AWS_ACCESS_KEY_ID }}"
33
aws_secret_access_key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
34
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/deploy'
35
- test_benchmarks_1:
36
- name: Benchmark test 1
+ test_benchmarks:
+ name: Test benchmarks
37
runs-on: ubuntu-latest
38
steps:
39
- name: Checkout the source code
@@ -60,8 +60,8 @@ jobs:
60
run: sh -x -c "ci/check-benchmarks.sh"
61
env:
62
COLLECTOR_ARGS: "--exclude script-servo"
63
- test_benchmarks_2:
64
- name: Benchmark test 2
+ test_script_servo:
+ name: Test benchmark script-servo
65
66
67
0 commit comments