Skip to content

Commit

Permalink
AND-9484 Fixed name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetas committed Dec 14, 2024
1 parent 258e1a9 commit d5366f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Detekt

on:
pull_request:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d5366f8

Please sign in to comment.