Skip to content

Commit 42fdaef

Browse files
committedJul 15, 2022
update job names
1 parent 109a5a7 commit 42fdaef

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
 

‎.github/workflows/.nox-session.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020

2121
jobs:
2222
nox-session:
23+
name: python-${{ matrix.python-version }} ${{ matrix.runs-on }}
2324
strategy:
2425
matrix:
2526
runs-on: ${{fromJson(inputs.runs-on-array)}}

‎.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: test
22

33
on:
44
push:
@@ -11,23 +11,23 @@ on:
1111
- cron: "0 0 * * *"
1212

1313
jobs:
14-
test-python-coverage:
14+
python-coverage:
1515
uses: ./.github/workflows/.nox-session.yml
1616
with:
1717
session-name: test_python_suite
1818
session-arguments: --maxfail=3
19-
test-python-environments:
19+
python-environments:
2020
uses: ./.github/workflows/.nox-session.yml
2121
with:
2222
session-name: test_python_suite
2323
session-arguments: --maxfail=3 --no-cov
2424
runs-on-array: '["ubuntu-latest", "macos-latest", "windows-latest"]'
2525
python-version-array: '["3.7", "3.8", "3.9", "3.10"]'
26-
test-docs:
26+
docs:
2727
uses: ./.github/workflows/.nox-session.yml
2828
with:
2929
session-name: test_docs
30-
test-javascript:
30+
javascript:
3131
uses: ./.github/workflows/.nox-session.yml
3232
with:
3333
session-name: test_javascript

0 commit comments

Comments
 (0)