Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60fa849

Browse files
committedJan 2, 2025·
Change test job keys from build to test
This goes a bit further in the direction of the preceidng commit, making CI reports/logs a bit more intuitive.
1 parent fbe7b68 commit 60fa849

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/alpine-test.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.