Skip to content

Commit

Permalink
Merge pull request #318 from pulibrary/formatter
Browse files Browse the repository at this point in the history
Can we have different executor for the format task
  • Loading branch information
tpendragon authored Feb 18, 2025
2 parents 44eb205 + 34e3696 commit d3273e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ executors:
- image: pulibrary/ci-solr:8.4-v1.0.0
command: server/scripts/ci-start.sh
working_directory: ~/project
formatter:
docker:
- image: cimg/elixir:1.17.2-erlang-26.2.1-browsers
working_directory: ~/project

commands:
install-deps:
Expand Down Expand Up @@ -83,7 +87,7 @@ commands:

jobs:
check-formatting:
executor: builder
executor: formatter
steps:
- checkout
- install-deps:
Expand Down

0 comments on commit d3273e3

Please sign in to comment.