Skip to content

Commit

Permalink
trying to get GA to work
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Oct 12, 2023
1 parent 69bfd68 commit 1c86687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:

- name: Install Deps
run: |
make configure
make build
pip install coveralls codacy-coverage
- name: QA
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make configure
pip install pytest
poetry run coverage run --source=wranglertools -m pytest -vv tests -m 'not ftp'
poetry run coveralls --service=github

0 comments on commit 1c86687

Please sign in to comment.