Skip to content

Commit 9c3cb46

Browse files
Remove e2e test execution
1 parent ef498a3 commit 9c3cb46

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ jobs:
2828
- run: npm version
2929
- run: npm install
3030
- run: npm test
31-
- run: npm run e2e
32-
env:
33-
E2E_CLIENT_ID: ${{ secrets.E2E_CLIENT_ID }}
34-
E2E_CLIENT_SECRET: ${{ secrets.E2E_CLIENT_SECRET }}
35-
E2E_TA_EMAIL: ${{ secrets.E2E_TA_EMAIL }}
36-
E2E_IMS_ORG_ID: ${{ secrets.E2E_IMS_ORG_ID }}
37-
E2E_PRIVATE_KEY_B64: ${{ secrets.E2E_PRIVATE_KEY_B64 }}
3831
- run: npm run semantic-release-dry-run
3932
- name: Codecov
4033
uses: codecov/[email protected]

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ jobs:
2121
run: npm install
2222
- name: Test
2323
run: npm test
24-
- name: End to End Test
25-
run: npm run e2e
26-
env:
27-
E2E_CLIENT_ID: ${{ secrets.E2E_CLIENT_ID }}
28-
E2E_CLIENT_SECRET: ${{ secrets.E2E_CLIENT_SECRET }}
29-
E2E_TA_EMAIL: ${{ secrets.E2E_TA_EMAIL }}
30-
E2E_IMS_ORG_ID: ${{ secrets.E2E_IMS_ORG_ID }}
31-
E2E_PRIVATE_KEY_B64: ${{ secrets.E2E_PRIVATE_KEY_B64 }}
3224
- name: Codecov
3325
uses: codecov/[email protected]
3426
with:

0 commit comments

Comments
 (0)