Skip to content

Commit

Permalink
fuse into one job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed May 11, 2024
1 parent a2b4eaf commit a540cc4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ jobs:
moon version --all
moonrun --version
- name: new project
run: |
moon new hello
cd hello
- name: update mooncakes registry
run: moon update

- name: add a mooncake
run: moon add bzy-debug/hello

- name: run
run: moon run main
- name: simple use
run: |
moon new hello
cd hello
moon add bzy-debug/hello
moon run main

0 comments on commit a540cc4

Please sign in to comment.