add TP_AGENT_URL
This commit is contained in:
parent
0cf328ca9c
commit
7c93ccc8b7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test-waylonwalker-com.yml
vendored
3
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue