From 4d88e64f43619af8eef01ec4c5a4b16102f50783 Mon Sep 17 00:00:00 2001 From: Tom Zaspel <40226087+tzabbi@users.noreply.github.com> Date: Fri, 2 Aug 2024 05:34:22 +0000 Subject: [PATCH] test port-forward Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com> --- .github/workflows/dex_test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dex_test.yaml b/.github/workflows/dex_test.yaml index f06bd0e7a4..921127f9d8 100644 --- a/.github/workflows/dex_test.yaml +++ b/.github/workflows/dex_test.yaml @@ -42,5 +42,6 @@ jobs: - name: test dex login run: | + curl localhost:8080 pip3 install requests ./tests/gh-actions/test_dex_login.py