diff --git a/.github/workflows/pcb-tools.yml b/.github/workflows/unit-tests.yml similarity index 88% rename from .github/workflows/pcb-tools.yml rename to .github/workflows/unit-tests.yml index 63f5ac1..98c117a 100644 --- a/.github/workflows/pcb-tools.yml +++ b/.github/workflows/unit-tests.yml @@ -1,4 +1,4 @@ -name: pcb-tools +name: Unit Tests on: pull_request: @@ -13,7 +13,7 @@ on: jobs: test: - name: Unit Tests + name: Python Version Gauntlet strategy: fail-fast: false matrix: @@ -30,6 +30,6 @@ jobs: - name: Install dependencies run: | pip install -r requirements-dev.txt - - name: Test with pytest + - name: Run Unit Tests run: | pytest