summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-29 16:09:38 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-29 16:09:38 +0200
commited67d51c2f30f4b343ad6676d1f9c38f994cf83f (patch)
treed9fd7d939a4eaca68eb508176fdd2b3c9b3b714d /.github/workflows
parentf588641f09d5e3b774a3597ebbe80b92879dd655 (diff)
Workflows: Only run low OAuth TTL test version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3680dfe..2e5bf06 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,15 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- 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: