add TP_AGENT_URL

This commit is contained in:
Waylon Walker 2020-07-26 19:11:13 +00:00
parent 0cf328ca9c
commit 7c93ccc8b7

View file

@ -47,7 +47,8 @@ jobs:
done
- run: pytest
env:
TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }}
TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }}
TP_AGENT_URL: http://localhost:8585
# - name: Archive code coverage results
# uses: actions/upload-artifact@v2