Skip to content

Commit

Permalink
chore(ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
zxf4399 committed Mar 25, 2023
1 parent 11e0183 commit 44f6870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/clone.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ describe("clone command", () => {
test("The Git user config is set correctly when the Git repository is successfully cloned.", async () => {
await runCloneCommand(MGRE_GIT_REPO_URL)

await execa("cd", "~")

await execa("cd", [MGRE_REPO_LOCAL_PATH])

const codebase = mgreConfig.get(MGRE_CONIFG_FIELDS.CODEBASES)?.[
Expand Down

0 comments on commit 44f6870

Please sign in to comment.