Skip to content

Commit

Permalink
Update GitHub Action Pipeline for JavaScript tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Sep 24, 2024
1 parent de2acf2 commit f28f6af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
- name: Yarn install
run: yarn

- name: Yarn
run: yarn build

- name: Run JavaScript Tests
run: yarn run test
run: yarn test


ruby_test:
Expand Down

0 comments on commit f28f6af

Please sign in to comment.