Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
subzeroid authored Dec 21, 2023
1 parent 8b3854c commit 9c61069
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
requirements: "true"
test-requirements: "true"
- name: Run user test
run: DEBUG=${{ env.DEBUG }} pytest -sv tests.py::ClientMediaTestCase
env:
TEST_ACCOUNTS_URL: ${{ secrets.TEST_ACCOUNTS_URL }}
run: pytest -sv tests.py::ClientMediaTestCase
# - name: Run media test
# run: pytest -sv tests.py::ClientUserTestCase
# - name: Run comment test
Expand Down

0 comments on commit 9c61069

Please sign in to comment.