From 2b10226618402d148f3e4aff6a2475ef6eb34213 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 24 Oct 2022 16:48:25 +0200 Subject: [PATCH] Remove extra line Signed-off-by: Kristoffer Dalby --- .github/workflows/test-integration-oidc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-integration-oidc.yml b/.github/workflows/test-integration-oidc.yml index d365902b..ac28be5e 100644 --- a/.github/workflows/test-integration-oidc.yml +++ b/.github/workflows/test-integration-oidc.yml @@ -32,5 +32,4 @@ jobs: - name: Run OIDC integration tests if: steps.changed-files.outputs.any_changed == 'true' - uses: nick-fields/retry@v2 run: nix develop --command -- make test_integration_oidc