Skip to content

Commit 094f869

Browse files
committed
Try measuring the build file sizes
And fix a permissions issue in Github Actions
1 parent 313c498 commit 094f869

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
submodules: true
12-
- run: ./build.sh
12+
- run: sudo ./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)