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 4, 2022
1 parent 9fb19fe commit 34a4542
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 @@ -39,9 +39,14 @@ jobs:

- name: List installed packages
# List packages and versions for postmortem analysis.
run: pip list --format=freeze
run: pip list --format=freeze | tee requirements.txt
shell: bash

- uses: actions/upload-artifact@v3
with:
name: pip package list
path: requirements.txt

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

0 comments on commit 34a4542

Please sign in to comment.