Update lang-jest.yml

This commit is contained in:
Ozzie Gooen 2022-02-18 06:38:29 -05:00 committed by GitHub
parent c0c6a45dc7
commit 406a31ce53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,6 @@ jobs:
- name: Install Packages
run: yarn
- name: Build rescript
run: yarn rescript build -with-deps
run: yarn run build
- name: Run tests
run: yarn test