Skip to content

Commit

Permalink
fix(v3): lodash errors and e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aorinevo committed Nov 3, 2024
1 parent 046d282 commit c178028
Show file tree
Hide file tree
Showing 4 changed files with 16,167 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18', '20', '22']
node: ['20', '22', '24']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
42 changes: 22 additions & 20 deletions e2e/__snapshots__/cli.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,30 @@ exports[`CLI End-to-End Tests should display help information 1`] = `
"Usage: cli [options] [command]
Options:
-h, --help display help for command
-h, --help display help for command
Commands:
checkout [options] <migration> Check out any repositories that are
candidates for a given migration
apply [options] <migration> Apply a migration to all checked out
repositories
commit [options] <migration> Commit all changes for the specified
migration
reset [options] <migration> Reset all changes for the specified
migration
push [options] <migration> Push all changes for the specified
migration
pr-preview [options] <migration> View a preview of the PR messages for the
specified migration
pr [options] <migration> Create PRs for the specified migration
pr-status [options] <migration> Check the status of all PRs for the
specified migration
list <migration> List all checked out repositories for the
given migration
version Print Shepherd version
help [command] display help for command
checkout [options] <migration> Check out any repositories that are
candidates for a given migration
apply [options] <migration> Apply a migration to all checked out
repositories
commit [options] <migration> Commit all changes for the specified
migration
reset [options] <migration> Reset all changes for the specified
migration
push [options] <migration> Push all changes for the specified
migration
pr-preview [options] <migration> View a preview of the PR messages for the
specified migration
pr [options] <migration> Create PRs for the specified migration
pr-status [options] <migration> Check the status of all PRs for the
specified migration
list <migration> List all checked out repositories for the
given migration
issue [options] <migration> open an issue for the specified repos
list-issues [options] <migration> List all opened issues using migration
version Print Shepherd version
help [command] display help for command
"
`;
Expand Down
Loading

0 comments on commit c178028

Please sign in to comment.