We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca0658 commit 0e0922eCopy full SHA for 0e0922e
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
run: |
32
yarn run compile
33
yarn run compile-web
34
+ yarn run compile-tests
35
- name: Test
36
37
xvfb-run -a yarn run test
.github/workflows/publish.yml
@@ -22,9 +22,9 @@ jobs:
22
23
24
25
26
27
- yarn run compile-tests
28
29
xvfb-run -a yarn run test-web
30
- name: Publish
0 commit comments