From 0c919894c3cad18c18465916ead0f91c47a9d9e9 Mon Sep 17 00:00:00 2001 From: Shane Canon Date: Sat, 20 Jan 2024 15:50:05 -0800 Subject: [PATCH] Set URL --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f21511e..79a5be9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: env: KB_AUTH_TOKEN: ${{ secrets.KBASE_CI_TOKEN }} KB_ADMIN_AUTH_TOKEN: ${{ secrets.KBASE_CI_TOKEN }} - KB_BASE_URL=https://ci.kbase.us/services + KB_BASE_URL: https://ci.kbase.us/services run: make test # - name: Upload coverage to Codecov