Skip to content

Commit 7090e3e

Browse files
chore: remove atoms e2e for now (calcom#24085)
* chore: remove atoms e2e for now * fixup! chore: remove atoms e2e for now * fixup! fixup! chore: remove atoms e2e for now
1 parent 9926fd2 commit 7090e3e

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

.github/workflows/all-checks.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,8 @@ 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:
84-
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]
78+
needs: [lint, type-check, unit-test, integration-test, build, build-api-v1, build-api-v2, e2e, e2e-embed, e2e-embed-react, e2e-app-store]
8579
if: always()
8680
runs-on: buildjet-2vcpu-ubuntu-2204
8781
steps:

.github/workflows/pr.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +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
204-
205198
analyze:
206199
name: Analyze Build
207200
needs: [build]
@@ -211,7 +204,7 @@ jobs:
211204
merge-reports:
212205
name: Merge reports
213206
if: ${{ !cancelled() && needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
214-
needs: [changes, check-label, e2e, e2e-embed, e2e-embed-react, e2e-app-store, e2e-atoms]
207+
needs: [changes, check-label, e2e, e2e-embed, e2e-embed-react, e2e-app-store]
215208
uses: ./.github/workflows/merge-reports.yml
216209
secrets: inherit
217210

@@ -255,8 +248,7 @@ jobs:
255248
e2e-api-v2,
256249
e2e-embed,
257250
e2e-embed-react,
258-
e2e-app-store,
259-
e2e-atoms,
251+
e2e-app-store
260252
]
261253
if: always()
262254
runs-on: buildjet-2vcpu-ubuntu-2204

0 commit comments

Comments
 (0)