diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-29 14:47:45 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-29 14:47:45 +0200 |
| commit | 3e7bae91097d9a67262ab0d0b8450d9371201629 (patch) | |
| tree | 96fb07b4091de115bf224ebfd009261b3729256f /.github | |
| parent | 6192f9ab54a805c1fabe6a2c5b8eca622b565082 (diff) | |
Tests: Change OAuth expiry tests by using a custom expiry time
Diffstat (limited to '.github')
| -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 |
