Skip to content

Commit 2321ef3

Browse files
committed
Fixed job name
1 parent 60faaf1 commit 2321ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
jobs:
10-
test-bench:
10+
test-bench-job:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository code

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
jobs:
10-
test-unit:
10+
test-unit-job:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository code

0 commit comments

Comments
 (0)