Skip to content

Commit

Permalink
fixing pytests. only way to test this is unfortunately with commits
Browse files Browse the repository at this point in the history
  • Loading branch information
adamomainz committed Aug 23, 2024
1 parent ab06227 commit c78d320
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
branches: [ main, "*"]

jobs:

build:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -21,4 +20,4 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- name: Run Python unit tests
run: python3 -u -m pytest tests/tests.py
run: python3 -m pytest

0 comments on commit c78d320

Please sign in to comment.