Skip to content

Commit

Permalink
Update GitHub Action workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
gmlewis committed Aug 19, 2024
1 parent b2333c7 commit 2a4c117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: moon test
run: |
moon test
moon test --target js
moon test --target wasm
# moon test --target js
- name: format diff
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: moon test
run: |
moon test
moon test --target js
moon test --target wasm
# moon test --target js
- name: format diff
run: |
Expand Down

0 comments on commit 2a4c117

Please sign in to comment.