From 64ab3e8bce2ae9071ce4bb69ae8c220cc1d2502c Mon Sep 17 00:00:00 2001 From: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:41:50 +0200 Subject: [PATCH] renable more parts of the dex test Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --- .github/workflows/dex_test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dex_test.yaml b/.github/workflows/dex_test.yaml index 84ffecea38..f06bd0e7a4 100644 --- a/.github/workflows/dex_test.yaml +++ b/.github/workflows/dex_test.yaml @@ -43,5 +43,4 @@ jobs: - name: test dex login run: | pip3 install requests - # currently broken - # ./tests/gh-actions/test_dex_login.py + ./tests/gh-actions/test_dex_login.py