Skip to content

Commit 2e232b4

Browse files
committed
workaround formatting failure
1 parent d1ebc72 commit 2e232b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -358,15 +358,15 @@ jobs:
358358
command: build yarn-project-prod | add_timestamps
359359

360360
yarn-project-formatting:
361-
machine:
362-
image: ubuntu-2204:2023.07.2
363-
resource_class: large
361+
docker:
362+
- image: aztecprotocol/alpine-build-image
363+
resource_class: small
364364
steps:
365365
- *checkout
366366
- *setup_env
367367
- run:
368368
name: Check Formatting
369-
command: cond_run_container yarn-project formatting | add_timestamps
369+
command: cond_spot_run_container yarn-project 8 formatting | add_timestamps
370370

371371
yarn-project-tests:
372372
docker:

0 commit comments

Comments
 (0)