clean up action yaml workflow

This commit is contained in:
Waylon Walker 2020-07-27 08:23:53 -05:00 committed by GitHub
parent 72d2421139
commit a583038af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,6 @@ jobs:
TP_API_KEY: ${{ secrets.TP_API_KEY }}
run: |
envsubst < .github/ci/docker-compose.yml > docker-compose.yml
cat docker-compose.yml
docker-compose -f docker-compose.yml up -d
- name: Wait for Agent to Register
run: bash .github/ci/wait_for_agent.sh
@ -37,9 +36,3 @@ jobs:
env:
TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }}
TP_AGENT_URL: http://localhost:8585
# - name: Archive code coverage results
# uses: actions/upload-artifact@v2
# with:
# name: pytest-log
# path: pytest.log