Skip to content

Commit

Permalink
E2e pool
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Oct 18, 2023
1 parent 023e0d2 commit 6346dd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6346dd5

Please sign in to comment.