Skip to content

Commit 4f0b73e

Browse files
committed
Namespace tox jobs in prep for adding more.
1 parent 050ac90 commit 4f0b73e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
tests:
19+
tox_test:
2020
name: ${{ matrix.os }} ${{ matrix.name }}
2121
runs-on: ${{ matrix.os }}
2222
strategy:
@@ -52,8 +52,7 @@ jobs:
5252
- name: Test with tox
5353
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
5454

55-
56-
gha_buildhtml:
55+
tox_build:
5756
name: Buildhtml testing
5857
runs-on: ubuntu-latest
5958
steps:

0 commit comments

Comments
 (0)