From 955b320565faa072f284cf4156020ce5811979ad Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 25 Mar 2022 12:23:28 +0100 Subject: Set portal username and pass with env vars --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2e6e52..5594dc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Test with docker-compose - run: docker-compose --file ci/docker/docker-compose.yml --project-directory . up --abort-on-container-exit + run: PORTAL_USER="ci" PORTAL_PASS="ci" ./ci/startcompose.sh build-lib: name: Build shared Go library -- cgit v1.2.3