We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d43130 commit 2778f99Copy full SHA for 2778f99
.github/workflows/release.yml
@@ -36,6 +36,13 @@ jobs:
36
- name: Run tests
37
run: pnpm run test:ci
38
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
+
46
- name: Run linting
47
run: pnpm run lint
48
0 commit comments