From 3e7bae91097d9a67262ab0d0b8450d9371201629 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 29 Mar 2022 14:47:45 +0200 Subject: Tests: Change OAuth expiry tests by using a custom expiry time --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github') 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 -- cgit v1.2.3