Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmswens committed May 2, 2023
1 parent 8421f12 commit c29b020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: sudo apt install cloud-init
- run: sudo apt install cloud-init -y
- run: pip install -r requirements.txt
- run: pytest --cov=src --cov-report term-missing --cov-report lcov:coverage/lcov.info
- name: Coveralls
Expand Down

0 comments on commit c29b020

Please sign in to comment.