Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
version: 2.1

orbs:
codacy: codacy/[email protected]
codacy: codacy/[email protected]

references:
cache_prefix: &cache_prefix sbt-cache-20240918

workflows:
version: 2
build:
jobs:
- codacy/checkout_and_version:
write_sbt_version: true
- codacy/sbt_docker:
- codacy/sbt:
name: test
context: ExternalSystems
cache_prefix: *cache_prefix
save_cache: true
aws_profile: maven
use_sbt_native_client: true
persist_to_workspace: true
steps:
- run:
Expand Down