Skip to content

Commit

Permalink
testing attach_workspace before corepack enable
Browse files Browse the repository at this point in the history
  • Loading branch information
vthomas13 committed Jun 21, 2024
1 parent 15574b6 commit f1412e9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -717,9 +717,9 @@ jobs:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run: sudo corepack enable
- run:
name: Build extension for testing
command: yarn build:test:flask
Expand All @@ -739,9 +739,9 @@ jobs:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run: sudo corepack enable
- run:
name: Build extension for testing
command: yarn build:test:flask:mv2
Expand All @@ -761,9 +761,9 @@ jobs:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run: sudo corepack enable
- run:
name: Build extension for testing
command: yarn build:test:mmi
Expand Down Expand Up @@ -811,10 +811,10 @@ jobs:
prep-build-test:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run: *shallow-git-clone
- run: sudo corepack enable
- run:
name: Build extension for testing
command: yarn build:test
Expand All @@ -836,9 +836,9 @@ jobs:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run: sudo corepack enable
- run:
name: Build extension for testing
command: yarn build:test:mv2
Expand All @@ -859,10 +859,10 @@ jobs:
prep-build-confirmation-redesign-test:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run: *shallow-git-clone
- run: sudo corepack enable
- run:
name: Build extension for testing
command: ENABLE_CONFIRMATION_REDESIGN=true yarn build:test
Expand All @@ -882,9 +882,9 @@ jobs:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run: sudo corepack enable
- run:
name: Build extension for testing
command: ENABLE_CONFIRMATION_REDESIGN=true yarn build:test:mv2
Expand All @@ -904,9 +904,9 @@ jobs:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- attach_workspace:
at: .
- run: sudo corepack enable
- run:
name: Build Storybook
command: yarn storybook:build
Expand Down

0 comments on commit f1412e9

Please sign in to comment.