Skip to content

Commit

Permalink
fix: Update test.yml to not call setup.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Sep 9, 2024
1 parent 6ffcd38 commit cfe975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
run: echo "CUSTOM_IMAGE=custom_image.Image" >> $GITHUB_ENV
if: ${{ matrix.custom-image-model }}
- name: Run coverage
run: coverage run setup.py test
run: coverage run ./tests/settings.py
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit cfe975f

Please sign in to comment.