diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index e934c19..c97caeb 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.9 - cache: "pip" + cache: 'pip' - name: Install package run: make install @@ -32,4 +32,4 @@ jobs: run: make lint - name: Test - run: BASE_NUCLIA_DOMAIN="stashify.cloud" GA_TESTING_SERVICE_TOKEN="${{ secrets.STAGE_TESTING_SERVICE_TOKEN }}" GA_TESTING_TOKEN="${{ secrets.STAGE_TESTING_TOKEN }}" GA_TESTING_NUA="${{ secrets.STAGE_TESTING_NUA }}" make test + run: USE_NEW_REGIONAL_ENDPOINTS="TRUE" BASE_NUCLIA_DOMAIN="stashify.cloud" GA_TESTING_SERVICE_TOKEN="${{ secrets.STAGE_TESTING_SERVICE_TOKEN }}" GA_TESTING_TOKEN="${{ secrets.STAGE_TESTING_TOKEN }}" GA_TESTING_NUA="${{ secrets.STAGE_TESTING_NUA }}" make test