Skip to content

Commit 2ad6995

Browse files
committed
chore: remove atoms e2e for now
1 parent 8ed0fb6 commit 2ad6995

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/all-checks.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
uses: ./.github/workflows/e2e-embed-react.yml
7575
secrets: inherit
7676

77-
e2e-atoms:
78-
name: Tests
79-
needs: [lint, build, build-atoms, build-api-v2]
80-
uses: ./.github/workflows/e2e-atoms.yml
81-
secrets: inherit
82-
8377
required:
8478
needs: [lint, type-check, unit-test, integration-test, build, build-api-v1, build-api-v2, e2e, e2e-embed, e2e-embed-react, e2e-app-store, e2e-atoms]
8579
if: always()

.github/workflows/pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,6 @@ jobs:
195195
uses: ./.github/workflows/e2e-embed-react.yml
196196
secrets: inherit
197197

198-
e2e-atoms:
199-
name: Tests
200-
needs: [changes, check-label, build, build-atoms, build-api-v2]
201-
if: ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
202-
uses: ./.github/workflows/e2e-atoms.yml
203-
secrets: inherit
204198

205199
analyze:
206200
name: Analyze Build

0 commit comments

Comments
 (0)