Skip to content

Commit 36ad826

Browse files
committed
updated e2e test run flow
1 parent f97c5fa commit 36ad826

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ jobs:
6565
working-directory: packages/b2c-cli
6666
run: pnpm run test:ci && pnpm run lint
6767

68-
- name: Run E2E tests
69-
id: e2e-test
70-
if: always() && steps.cli-test.conclusion == 'success' && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push')
71-
working-directory: packages/b2c-cli
72-
env:
73-
SFCC_CLIENT_ID: ${{ secrets.SFCC_CLIENT_ID }}
74-
SFCC_CLIENT_SECRET: ${{ secrets.SFCC_CLIENT_SECRET }}
75-
TEST_REALM: ${{ secrets.TEST_REALM }}
76-
SFCC_ACCOUNT_MANAGER_HOST: ${{ secrets.SFCC_ACCOUNT_MANAGER_HOST }}
77-
SFCC_SANDBOX_API_HOST: ${{ secrets.SFCC_SANDBOX_API_HOST }}
78-
run: pnpm --filter @salesforce/b2c-cli run test:e2e
79-
8068
- name: Test Report
8169
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
8270
if: always() && steps.sdk-test.conclusion != 'cancelled'

0 commit comments

Comments
 (0)