Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit3977907

Browse files
committed
Change test job keys frombuild totest
This goes a bit further in the direction of the preceidng commit,making CI reports/logs a bit more intuitive.
1 parentf4f0105 commit3977907

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)

[8]ページ先頭

©2009-2025 Movatter.jp