Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 41377d5

Browse filesBrowse 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
Copy full SHA for 41377d5

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎.github/workflows/alpine-test.yml

Copy file name to clipboardExpand all lines: .github/workflows/alpine-test.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/cygwin-test.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/pythonpackage.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.