pytest added

pull/378/head
evelynmitchell 1 year ago
parent 52dbabb836
commit aa2dad3bd3

@ -30,6 +30,7 @@ jobs:
install-command: install-command:
echo "Running core tests, installing dependencies with poetry..." echo "Running core tests, installing dependencies with poetry..."
poetry install poetry install
pip install pytest
- name: Run core tests - name: Run core tests
run: pytest run: pytest
shell: bash shell: bash
@ -43,6 +44,7 @@ jobs:
install-command: | install-command: |
echo "Running core tests, installing dependencies with poetry..." echo "Running core tests, installing dependencies with poetry..."
poetry install poetry install
pip install pytest
- name: Run core tests - name: Run core tests
run: pytest run: pytest
shell: bash shell: bash

Loading…
Cancel
Save