From ba01004a18b1f751c4bb07ac425a27e0e6cacf53 Mon Sep 17 00:00:00 2001 From: Daniel Chiquito Date: Wed, 28 Jul 2021 18:28:45 -0400 Subject: [PATCH] Set DANDI_ALLOW_LOCALHOST_URLS for integration tests --- .github/workflows/cli-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cli-integration.yml b/.github/workflows/cli-integration.yml index 02519711d..1070fa583 100644 --- a/.github/workflows/cli-integration.yml +++ b/.github/workflows/cli-integration.yml @@ -41,6 +41,8 @@ jobs: dandi-version: - release - master + env: + DANDI_ALLOW_LOCALHOST_URLS: 1 steps: - name: Download Docker image tarball uses: actions/download-artifact@v2