Skip to content

Commit

Permalink
Update and rename pcb-tools.yml to unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metacollin committed Feb 8, 2024
1 parent aca48a7 commit 2a8e5d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pcb-tools
name: Unit Tests

on:
pull_request:
Expand All @@ -13,7 +13,7 @@ on:

jobs:
test:
name: Unit Tests
name: Python Version Gauntlet
strategy:
fail-fast: false
matrix:
Expand All @@ -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

0 comments on commit 2a8e5d1

Please sign in to comment.