diff options
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5594dc1..3680dfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,15 @@ jobs: - name: Test with docker-compose run: PORTAL_USER="ci" PORTAL_PASS="ci" ./ci/startcompose.sh + test-go-expiry: + name: Test Go [Custom Expiry] + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Test with docker-compose + run: OAUTH_EXPIRED_TTL="5" PORTAL_USER="ci" PORTAL_PASS="ci" ./ci/startcompose.sh + build-lib: name: Build shared Go library runs-on: ubuntu-latest |
