Skip to content

Commit 0e0922e

Browse files
committed
feat: compile-tests
1 parent 1ca0658 commit 0e0922e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
yarn run compile
3333
yarn run compile-web
34+
yarn run compile-tests
3435
- name: Test
3536
run: |
3637
xvfb-run -a yarn run test

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
run: |
2323
yarn run compile
2424
yarn run compile-web
25+
yarn run compile-tests
2526
- name: Test
2627
run: |
27-
yarn run compile-tests
2828
xvfb-run -a yarn run test
2929
xvfb-run -a yarn run test-web
3030
- name: Publish

0 commit comments

Comments
 (0)