Skip to content

Commit

Permalink
Merge branch 'master-v1.5.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-david committed Nov 15, 2023
2 parents 8481e66 + b268ead commit 15b04af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/watchman_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ jobs:
path: requirements.txt

- name: Unit tests
if: ${{ runner.os == 'Linux' && github.event.schedule == '12 4 * * *' }} # WhatsOpt tests will be run only on Linux on scheduled runs to avoid unneeded traffic
env:
RUN_WEB_REQUESTS: 'True'
run: pytest --no-cov src
shell: bash

- name: Unit tests
if: ${{ runner.os != 'Linux' }}
run: pytest --no-cov src
shell: bash

Expand Down

0 comments on commit 15b04af

Please sign in to comment.