Skip to content

Commit cfe975f

Browse files
authored
fix: Update test.yml to not call setup.py test
1 parent 6ffcd38 commit cfe975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
run: echo "CUSTOM_IMAGE=custom_image.Image" >> $GITHUB_ENV
4141
if: ${{ matrix.custom-image-model }}
4242
- name: Run coverage
43-
run: coverage run setup.py test
43+
run: coverage run ./tests/settings.py
4444
- name: Upload Coverage to Codecov
4545
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)