Skip to content

Commit

Permalink
Change test job keys from build to test
Browse files Browse the repository at this point in the history
This goes a bit further in the direction of the preceidng commit,
making CI reports/logs a bit more intuitive.
  • Loading branch information
EliahKagan committed Jan 2, 2025
1 parent fbe7b68 commit 60fa849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test-alpine
on: [push, pull_request, workflow_dispatch]

jobs:
build:
test:
runs-on: ubuntu-latest

container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test-cygwin
on: [push, pull_request, workflow_dispatch]

jobs:
build:
test:
runs-on: windows-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

jobs:
build:
test:
strategy:
matrix:
os-type: [ubuntu, macos, windows]
Expand Down

0 comments on commit 60fa849

Please sign in to comment.