Skip to content

Commit

Permalink
add git action test for react-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
theothersideofgods committed Jun 4, 2024
1 parent e2d429c commit 0686859
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
- name: Test
run: |
cd packages/core && yarn test
- name: Test React Lite
run: |
cd packages/react-lite && yarn test

0 comments on commit 0686859

Please sign in to comment.