Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vthomas13 committed Jun 21, 2024
1 parent f1412e9 commit 683fc5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -811,9 +811,9 @@ jobs:
prep-build-test:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- attach_workspace:
at: .
- run: *shallow-git-clone
- run: sudo corepack enable
- run:
name: Build extension for testing
Expand Down Expand Up @@ -859,9 +859,9 @@ jobs:
prep-build-confirmation-redesign-test:
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- attach_workspace:
at: .
- run: *shallow-git-clone
- run: sudo corepack enable
- run:
name: Build extension for testing
Expand Down

0 comments on commit 683fc5c

Please sign in to comment.