Skip to content

Commit 5974359

Browse files
authored
remove matrix and lerna (#346)
* wip, delete all matrix stuff * bundle stats * fix patches * update pw * remove more packages * fix text * fix csstype * fix * bg logs * ci * fix build? * fix playwright-test * fix tests * fix * clean atlaskit * Remove lerna (#348) * wip: remove lerna * fix build * fix build order * npm update
1 parent 9134765 commit 5974359

File tree

117 files changed

+11111
-54086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+11111
-54086
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# PLAYWRIGHT_BROWSERS_PATH: 0 # https://github.com/microsoft/playwright/blob/main/docs/src/ci.md#caching-browsers
118118

119119
- name: Start HocusPocus server
120-
run: npm run start:server &
120+
run: RUNNER_TRACKING_ID="" && npm run start:server &
121121
env:
122122
CI: true
123123

@@ -144,6 +144,11 @@ jobs:
144144
path: packages/editor/playwright-report/
145145
retention-days: 30
146146

147+
# Upload webpack-stats.json to use on relative-ci.yaml workflow
148+
- name: Upload webpack stats artifact
149+
uses: relative-ci/agent-upload-artifact-action@v1
150+
with:
151+
webpackStatsFile: ./packages/editor/dist/webpack-stats.json
147152
# - name: Upload to coveralls
148153
# uses: coverallsapp/github-action@master
149154
# with:

.github/workflows/relative-ci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: RelativeCI
2+
3+
on:
4+
workflow_run:
5+
workflows: ["build"]
6+
types:
7+
- completed
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Send bundle stats and build information to RelativeCI
14+
uses: relative-ci/agent-action@v2
15+
with:
16+
key: ${{ secrets.RELATIVE_CI_KEY }}
17+
token: ${{ secrets.GITHUB_TOKEN }}

lerna.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)