Skip to content

Commit

Permalink
Cleanup action
Browse files Browse the repository at this point in the history
  • Loading branch information
prryplatypus committed Jul 9, 2023
1 parent 9bf10fe commit 826ec7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-unit-linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Unit Tests (Linux)
name: Run unit tests (Linux)

on:
pull_request:
Expand All @@ -10,11 +10,11 @@ on:

jobs:
run_unit_tests:
name: Run Unit Tests on Python ${{ matrix.config.python-version }}
name: Run unit tests on Python ${{ matrix.config.python-version }}
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
strategy:
# fail-fast: true
fail-fast: true
matrix:
config:
- { python-version: "3.7", tox-env: py37 }
Expand All @@ -29,7 +29,7 @@ jobs:
- { python-version: "3.11", tox-env: py311-no-ext }

steps:
- name: Checkout the repository
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Python ${{ matrix.config.python-version }}
Expand Down

0 comments on commit 826ec7d

Please sign in to comment.