Add rescript build to test process
This commit is contained in:
parent
a2ccf46a2a
commit
b848509d71
2
.github/workflows/lang-jest.yml
vendored
2
.github/workflows/lang-jest.yml
vendored
|
@ -13,5 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install Packages
|
||||
run: yarn
|
||||
- name: Build rescript
|
||||
run: yarn recsript build -with-deps
|
||||
- name: Run tests
|
||||
run: yarn test
|
||||
|
|
Loading…
Reference in New Issue
Block a user