Skip to content

Commit

Permalink
[CI] rename jobs in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Nov 18, 2024
1 parent d02aec2 commit 8f6c037
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:

job1:
name: Test on ubuntu
name: Test on Linux
strategy:
fail-fast: false
matrix:
Expand All @@ -32,7 +32,7 @@ jobs:
pytest -v
job2:
name: Test
name: Test on MacOS
strategy:
fail-fast: false
matrix:
Expand All @@ -54,7 +54,7 @@ jobs:
pytest -v
job3:
name: Test
name: Test on Windows
strategy:
fail-fast: false
matrix:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
job1:
name: Test package on ubuntu
name: Test package on Linux
strategy:
fail-fast: false
matrix:
Expand All @@ -41,7 +41,7 @@ jobs:
PYEXIV2_MODULE: pyexiv2

job2:
name: Test package
name: Test package on MacOS
strategy:
fail-fast: false
matrix:
Expand All @@ -68,7 +68,7 @@ jobs:
PYEXIV2_MODULE: pyexiv2

job3:
name: Test package
name: Test package on Windows
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8f6c037

Please sign in to comment.