Skip to content

Commit 41377d5

Browse files
committed
Change test job keys from build to test
This goes a bit further in the direction of the preceding commit, making CI reports/logs a bit more intuitive.
1 parent 8a05390 commit 41377d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/alpine-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test-alpine
33
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
6-
build:
6+
test:
77
runs-on: ubuntu-latest
88

99
container:

.github/workflows/cygwin-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test-cygwin
33
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
6-
build:
6+
test:
77
runs-on: windows-latest
88

99
strategy:

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
build:
12+
test:
1313
strategy:
1414
matrix:
1515
os-type: [ubuntu, macos, windows]

0 commit comments

Comments
 (0)