Skip to content

Commit d5923b3

Browse files
OttoAllmendingerllm-git
andcommitted
feat(ci): change name
Use "test / Test" as job name to align with repo expectations Co-authored-by: llm-git <[email protected]>
1 parent 00a655d commit d5923b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010

1111
jobs:
1212
build-and-test:
13-
name: "Build and Test"
13+
# DO NOT CHANGE THE NAME
14+
# the repo is hardcoded to look for "test / Test"
15+
name: "test / Test"
1416
runs-on: ubuntu-latest
1517

1618
steps:

0 commit comments

Comments
 (0)