Skip to content

Commit

Permalink
🔧 Revise jobs names for workflows (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret authored Aug 12, 2021
1 parent 66a10a5 commit d05e10c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chardet-bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Chardet BC Coverage
on: [push, pull_request]

jobs:
build:
chardet_bc:
runs-on: ${{ matrix.os }}

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detector-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Detection Coverage
on: [push, pull_request]

jobs:
build:
detection_coverage:
runs-on: ${{ matrix.os }}

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

jobs:
build:
downstream:
runs-on: ${{ matrix.os }}

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

jobs:
build:
performance:
runs-on: ${{ matrix.os }}

strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Tests
on: [push, pull_request]

jobs:
build:
tests:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10.0-beta.4"]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10.0-rc.1"]
os: [ubuntu-latest]
include:
- python-version: pypy3
Expand Down

0 comments on commit d05e10c

Please sign in to comment.