Skip to content

Commit 206131d

Browse files
committed
Integration tests should use integration.activestate.build.
1 parent 8787064 commit 206131d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ jobs:
325325
SHELL='' go test -timeout $TIMEOUT -v `go list ./... | grep "integration"` -json 2>&1 | gotestfmt -hide empty-packages
326326
continue-on-error: ${{ github.event_name == 'schedule' }}
327327
env:
328+
ACTIVESTATE_API_HOST: integration.activestate.build
328329
INTEGRATION_TEST_USERNAME: ${{ secrets.INTEGRATION_TEST_USERNAME }}
329330
INTEGRATION_TEST_PASSWORD: ${{ secrets.INTEGRATION_TEST_PASSWORD }}
330331
INTEGRATION_TEST_TOKEN: ${{ secrets.INTEGRATION_TEST_TOKEN }}

0 commit comments

Comments
 (0)