Skip to content

Commit

Permalink
fixed the mv2 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardBraham committed May 31, 2024
1 parent 84e29ad commit 176984d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ jobs:
executor: node-browsers-medium-plus
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- when:
Expand Down Expand Up @@ -724,6 +725,7 @@ jobs:
executor: node-browsers-medium-plus
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- when:
Expand Down Expand Up @@ -786,6 +788,7 @@ jobs:
executor: node-browsers-medium-plus
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run:
Expand Down Expand Up @@ -882,6 +885,7 @@ jobs:
executor: node-browsers-medium-plus
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run:
Expand Down Expand Up @@ -949,6 +953,7 @@ jobs:
executor: node-browsers-medium-plus
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run:
Expand Down

0 comments on commit 176984d

Please sign in to comment.