Skip to content

Commit

Permalink
Update workflow display names
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Aug 22, 2024
1 parent 16594ca commit 593cbdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:

jobs:
unit-test:
name: unit tests | ${{ matrix.os }} | py${{ matrix.python-version }}
name: "py${{ matrix.python-version }} | ${{ matrix.os }} | unit tests"
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -52,12 +52,13 @@ jobs:
name: Unittest report
path: ${{ matrix.os }}_${{ matrix.python-version }}_unit_test_report.html
integration-test:
name: integration tests | ${{ matrix.os }}
name: "py${{ matrix.python-version }} | ${{ matrix.os }} | integration tests"
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [macos, ubuntu, windows]
python-version: ["3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 593cbdc

Please sign in to comment.