diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-25 12:23:28 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-25 12:23:28 +0100 |
| commit | 955b320565faa072f284cf4156020ce5811979ad (patch) | |
| tree | 38801080fb2457d189647bcae3f62bee0964e0ca /.github/workflows/test.yml | |
| parent | 192280cb3940eac9ea4a4ad7982c1e58f0138a42 (diff) | |
Set portal username and pass with env vars
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
