Skip to content

Commit 2778f99

Browse files
committed
Run e2e tests during release workflow
1 parent 2d43130 commit 2778f99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
- name: Run tests
3737
run: pnpm run test:ci
3838

39+
- name: Run CLI end-to-end tests
40+
if: ${{ secrets.CONFIGURATOR_E2E_SALEOR_TOKEN != '' }}
41+
env:
42+
CONFIGURATOR_E2E_SALEOR_TOKEN: ${{ secrets.CONFIGURATOR_E2E_SALEOR_TOKEN }}
43+
CONFIGURATOR_E2E_SALEOR_URL: ${{ secrets.CONFIGURATOR_E2E_SALEOR_URL || 'https://sandbox-a.staging.saleor.cloud/graphql/' }}
44+
run: pnpm test:e2e:ci
45+
3946
- name: Run linting
4047
run: pnpm run lint
4148

0 commit comments

Comments
 (0)