Skip to content

Commit

Permalink
fix workflow syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Oct 9, 2024
1 parent d0e5e59 commit 9181cd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
architecture: x64
- name: Install dependencies
run: make build-for-test
- name: Report coverage
run: >
coverage run --source $(PACKAGE-NAME) -m pytest;
coveralls
- name: Build coverage report
run: coverage run --source oldabe -m pytest
- name: Report coverage to Coveralls
run: coveralls
lint:
runs-on: ubuntu-latest
name: Lint the package
Expand Down

0 comments on commit 9181cd6

Please sign in to comment.