clean up log
This commit is contained in:
parent
a6b53b4b7c
commit
0cf328ca9c
1 changed files with 6 additions and 20 deletions
26
.github/workflows/test-waylonwalker-com.yml
vendored
26
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -43,28 +43,14 @@ jobs:
|
||||||
fi
|
fi
|
||||||
attempt_counter=$(($attempt_counter+1))
|
attempt_counter=$(($attempt_counter+1))
|
||||||
echo
|
echo
|
||||||
echo
|
|
||||||
echo ----------------------------------
|
|
||||||
date
|
|
||||||
echo attempt $attempt_counter
|
|
||||||
echo status
|
|
||||||
curl -s http://localhost:8585/api/status || echo "8686 api not up"
|
|
||||||
echo status
|
|
||||||
curl -s http://localhost:8686/api/status || echo "8686 api not up"
|
|
||||||
echo
|
|
||||||
echo home
|
|
||||||
curl -s http://localhost:8585/ || echo "localhost:8585 is not up"
|
|
||||||
echo home
|
|
||||||
curl -s http://localhost:8686/ || echo "localhost:8686 is not up"
|
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
- run: pytest > pytest.log
|
- run: pytest
|
||||||
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: pytest-log
|
# name: pytest-log
|
||||||
path: pytest.log
|
# path: pytest.log
|
||||||
Loading…
Add table
Add a link
Reference in a new issue