From 6346dd5fede311e74b31a5080df510344bd4dba2 Mon Sep 17 00:00:00 2001 From: andrzejewsky Date: Wed, 18 Oct 2023 12:44:13 +0200 Subject: [PATCH] E2e pool --- .github/workflows/e2e-pool.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-pool.yml b/.github/workflows/e2e-pool.yml index abc595b41cd..f179aea5c80 100644 --- a/.github/workflows/e2e-pool.yml +++ b/.github/workflows/e2e-pool.yml @@ -15,10 +15,11 @@ jobs: id: retrieve_instance run: | echo "Getting instance"... - echo "POOL_INSTANCE=https://pr-testing-1.staging.saleor.cloud/graphql/" >> $GITHUB_OUTPUT + echo "POOL_INSTANCE=https://pr-testing-1.staging.saleor.cloud/" >> $GITHUB_OUTPUT - name: Run tests env: - API_URI: ${{ steps.retrieve_instance.outputs.POOL_INSTANCE }} + API_URI: "${{ steps.retrieve_instance.outputs.POOL_INSTANCE }}/graphql/" + BASE_URL: ${{ steps.retrieve_instance.outputs.POOL_INSTANCE }} run: | echo "Running tests on: $API_URI" npx playwright test