Skip to content

Commit

Permalink
sleep before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx committed Aug 19, 2023
1 parent d2aaac8 commit bc6addc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
docker exec -i openhab /openhab/runtime/bin/client -v -p habopen users add admin admin administrator || true
sleep 2
python3 -m coverage run --omit tests --parallel-mode -m pytest -vv tests
- name: Upload coverage data
Expand Down

0 comments on commit bc6addc

Please sign in to comment.