Skip to content

Commit

Permalink
testing changes to unit-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Apr 4, 2024
1 parent eb6bd36 commit abe8470
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -26,7 +20,7 @@ jobs:

- name: Run tests
run: python -m pytest --cov=acc_lcsh_check/

- name: Send report to Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand Down

0 comments on commit abe8470

Please sign in to comment.