Skip to content

Commit 30ce8c1

Browse files
committed
Try measuring the build file sizes
1 parent 313c498 commit 30ce8c1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-and-test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ jobs:
1010
with:
1111
submodules: true
1212
- run: ./build.sh
13+
- name: Size compare
14+
uses: effector/[email protected]
15+
with:
16+
gist_id: ${{ secrets.SIZE_HISTORY_GIST_ID }}
17+
gist_token: ${{ secrets.SIZE_COMPARE_TOKEN }}
18+
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
files: |
20+
build/*.js
21+
build/*.wasm
1322
- uses: actions/upload-artifact@v4
1423
with:
1524
name: build

0 commit comments

Comments
 (0)