We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60faaf1 commit 2321ef3Copy full SHA for 2321ef3
.github/workflows/test-bench.yml
@@ -7,7 +7,7 @@ on:
7
- main
8
9
jobs:
10
- test-bench:
+ test-bench-job:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check out repository code
.github/workflows/test-unit.yml
- test-unit:
+ test-unit-job:
0 commit comments