Skip to content

Commit

Permalink
Don't run slow tests on PR (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Aug 30, 2023
1 parent 364776f commit 3c078b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
# include "slow" tests that make node requests, as well as mocks
POLYGONETL_RUN_SLOW_TESTS: true
POLYGONETL_RUN_SLOW_TESTS: false
POLYGONETL_PROVIDER_URI: ${{ secrets.POLYGONETL_PROVIDER_URI }}

jobs:
Expand Down

0 comments on commit 3c078b7

Please sign in to comment.