Skip to content

Commit

Permalink
Updated watchman tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-david committed Apr 1, 2022
1 parent 42619d3 commit 14359f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/watchman_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '12 5 * * *'
- cron: '12 5 * * 1-5'


jobs:
Expand All @@ -37,6 +37,11 @@ jobs:
pip install pytest pytest-cov nbval
shell: bash

- name: List installed packages
# List packages and versions for postmortem analysis.
run: pip list
shell: bash

- name: Unit tests
run: pytest --no-cov src
shell: bash
Expand Down

0 comments on commit 14359f5

Please sign in to comment.