Skip to content

Commit f28f6af

Browse files
committed
Update GitHub Action Pipeline for JavaScript tests
1 parent de2acf2 commit f28f6af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
- name: Yarn install
2929
run: yarn
3030

31+
- name: Yarn
32+
run: yarn build
33+
3134
- name: Run JavaScript Tests
32-
run: yarn run test
35+
run: yarn test
3336

3437

3538
ruby_test:

0 commit comments

Comments
 (0)