diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml index 1d7b2b9dc4..d2c653cb5c 100644 --- a/.github/workflows/detekt.yml +++ b/.github/workflows/detekt.yml @@ -1,4 +1,4 @@ -name: Tests +name: Detekt on: pull_request: @@ -20,8 +20,8 @@ concurrency: cancel-in-progress: true jobs: - test: - name: Test + detekt: + name: Detekt runs-on: [ self-hosted, ARM64, active-android ] if: github.event.pull_request.draft == false steps: diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0f9cb1f9fd..3c4df44a76 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -21,7 +21,7 @@ platform :android do FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services.json", "../app") end -desc "Run detekt" + desc "Run detekt" lane :detekt do FileUtils.cp("../ci_resources/tests_8gb_ram_ci_gradle.properties", "../gradle.properties") puts File.read("../gradle.properties")