Skip to content

Commit 7799d86

Browse files
committed
chore(ci): rename build to test to better reflect what is going on
1 parent 4d60309 commit 7799d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-community.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
jobs:
11-
build:
11+
test:
1212
strategy:
1313
matrix:
1414
runtime:

.github/workflows/ci-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
jobs:
11-
build:
11+
test:
1212
strategy:
1313
matrix:
1414
runtime:

0 commit comments

Comments
 (0)