Skip to content

Commit ffd437c

Browse files
Refactor build-and-test workflow configuration
Removed unnecessary comments and updated job name.
1 parent a80143e commit ffd437c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: "Build and Test (Reusable)"
2-
31
on:
42
workflow_call:
53
inputs:
@@ -10,9 +8,6 @@ on:
108

119
jobs:
1210
build-and-test:
13-
# DO NOT CHANGE THE NAME
14-
# the repo is hardcoded to look for "test / Test"
15-
name: "test / Test"
1611
runs-on: ubuntu-latest
1712

1813
steps:

0 commit comments

Comments
 (0)