udpate docs for new tests

This commit is contained in:
Jonathan Wren 2021-10-02 17:07:21 -07:00
parent 9cd2250a61
commit 02bdc3965e
102 changed files with 3 additions and 4568 deletions

View file

@ -95,7 +95,3 @@ jobs:
- name: Test with pytest
if: ${{ env.DEPS_INSTALLED == 'true' }}
run: poetry run pytest --junitxml=reports/pytest/results.xml
- name: Test with behave
if: ${{ env.DEPS_INSTALLED == 'true' }}
run: poetry run behave --no-skipped --format progress2 --junit --junit-directory reports/behave