switch to pytest

This commit is contained in:
Waylon Walker 2020-07-26 03:11:51 +00:00
parent c8f8736637
commit be5b06bd3f

View file

@ -53,12 +53,12 @@ jobs:
attempt_counter=$(($attempt_counter+1))
sleep 1
done
- run: python sample.py > run_sample.log
- run: pytest > pytest.log
env:
TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }}
- name: Archive code coverage results
uses: actions/upload-artifact@v2
with:
name: run-sample-log
path: run_sample.log
name: pytest-log
path: pytest.log