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 b882613 commit 39fd66a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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 Expand Up @@ -1847,6 +1852,7 @@ jobs:
executor: node-browsers-small
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run:
Expand All @@ -1863,6 +1869,7 @@ jobs:
executor: node-browsers-small
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run:
Expand Down

0 comments on commit 39fd66a

Please sign in to comment.