switch to pytest
This commit is contained in:
parent
c8f8736637
commit
be5b06bd3f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test-waylonwalker-com.yml
vendored
6
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -53,12 +53,12 @@ jobs:
|
||||||
attempt_counter=$(($attempt_counter+1))
|
attempt_counter=$(($attempt_counter+1))
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
- run: python sample.py > run_sample.log
|
- run: pytest > pytest.log
|
||||||
env:
|
env:
|
||||||
TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }}
|
TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }}
|
||||||
|
|
||||||
- name: Archive code coverage results
|
- name: Archive code coverage results
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: run-sample-log
|
name: pytest-log
|
||||||
path: run_sample.log
|
path: pytest.log
|
||||||
Loading…
Add table
Add a link
Reference in a new issue