File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments