Skip to content

Commit 2c2f338

Browse files
authored
Merge branch 'canary' into fix-unify-colors-on-entire-app
2 parents 4388d10 + c2cd13d commit 2c2f338

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
build_and_test:
1414
runs-on: ubuntu-latest
1515
env:
16-
NEXT_PUBLIC_SALEOR_API_URL: ${{ vars.NEXT_PUBLIC_SALEOR_API_URL }}
16+
# @TODO replace this with proper e2e environment
17+
NEXT_PUBLIC_SALEOR_API_URL: https://zaiste.saleor.cloud/graphql/
1718

1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)