Skip to content

Commit

Permalink
Fix test not running in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Jun 8, 2022
1 parent 59d9d90 commit dea0af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_github_actions.py
Expand Up @@ -12,6 +12,7 @@
from asyncpraw.models import Submission


@pytest.mark.asyncio
@pytest.mark.skipif(
not os.getenv("NETWORK_TEST_CLIENT_ID"),
reason="Not running from the NETWORK_TEST ci task on praw-dev/asyncpraw",
Expand Down

0 comments on commit dea0af7

Please sign in to comment.