Skip to content

Commit

Permalink
ci: unit tests were not skipped when lock files had no diff
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 26, 2024
1 parent f2f06bc commit 4705b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ jobs:
uses: shogo82148/actions-setup-redis@v1

- name: test
if: github.event_name != 'schedule' || steps.install_no_lock.outputs.has_diff == true
run: pytest tests/unit --doctest-modules --timeout=60

- name: Upload CI package locks
Expand Down

0 comments on commit 4705b46

Please sign in to comment.