From 406a31ce53434b64077bc6cfc0a35217e7f04f68 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Fri, 18 Feb 2022 06:38:29 -0500 Subject: [PATCH] Update lang-jest.yml --- .github/workflows/lang-jest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lang-jest.yml b/.github/workflows/lang-jest.yml index f6977301..37db411f 100644 --- a/.github/workflows/lang-jest.yml +++ b/.github/workflows/lang-jest.yml @@ -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