zrhoffman commented on code in PR #7553: URL: https://github.com/apache/trafficcontrol/pull/7553#discussion_r1220136460
########## .github/workflows/to.api.contract.tests.yml: ########## @@ -64,6 +58,12 @@ jobs: - 5432:5432 options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 + env: + # alpine:3.13 + ALPINE_VERSION: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 + GOPATH: ${{ github.workspace }}/go + PATH: ${{ env.GOPATH }}/bin:${{ env.PATH }} Review Comment: Oh I see, you did take the `PATH`-setting part out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@trafficcontrol.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org