Skip to content

Commit

Permalink
migrate gen to loco-new
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Nov 14, 2024
1 parent 1e0c42b commit a5cc0fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/loco-gen-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- run: |
cargo install --path ../loco-cli
cargo install --path ../loco-new
- name: Run cargo test
uses: actions-rs/cargo@v1
Expand Down
3 changes: 0 additions & 3 deletions loco-gen/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,13 @@ mod tests {
"new",
"-n",
app_name,
"-t",
"saas",
"--db",
"sqlite",
"--bg",
"async",
"--assets",
"serverside",
])
.env("STARTERS_LOCAL_PATH", previous.join("../"))
.status()
.expect("cannot run command");

Expand Down

0 comments on commit a5cc0fe

Please sign in to comment.