Skip to content

Commit

Permalink
build: Use specific job names
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-c committed Jun 6, 2024
1 parent 7bd8401 commit 5b2f97f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Lint
run: make lint

mlserver:
test-mlserver:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
fi
poetry run tox -e mlserver
runtimes:
test-runtimes:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
poetry run tox -c ./runtimes/${{ matrix.tox-environment }}
# Ensure that having all the runtimes installed together works
all-runtimes:
test-all-runtimes:
if: github.event_name == 'push'
strategy:
fail-fast: false
Expand Down

0 comments on commit 5b2f97f

Please sign in to comment.