Skip to content

Commit

Permalink
ci add js
Browse files Browse the repository at this point in the history
  • Loading branch information
hackwaly authored and lijunchen committed Apr 11, 2024
1 parent 20eb7e3 commit 924b795
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
run: moon check

- name: moon test
run: moon test
run: |
moon test
moon test --target js
- name: moon bundle
run: moon bundle
Expand All @@ -78,7 +80,9 @@ jobs:
run: moon check

- name: moon test
run: moon test
run: |
moon test
moon test --target js
- name: moon bundle
run: moon bundle
Expand Down Expand Up @@ -106,7 +110,9 @@ jobs:
run: moon check

- name: moon test
run: moon test
run: |
moon test
moon test --target js
- name: moon bundle
run: moon bundle
Expand Down

0 comments on commit 924b795

Please sign in to comment.