summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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: