Skip to content

Commit d0b3de9

Browse files
committed
ci: build js before test
1 parent 48a3377 commit d0b3de9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: ./.github/actions/setup-project
1616
- name: Install dependencies
1717
run: yarn
18+
- name: Build async-storage js
19+
run: yarn build:js
1820
- name: test ${{ matrix.test-name }}
1921
run: yarn test:${{ matrix.test-name }}
2022

0 commit comments

Comments
 (0)