Skip to content

Commit

Permalink
Change uses to script
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed May 29, 2024
1 parent 79af97c commit 412c3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
force-avd-creation: false
profile: Nexus 6
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
run: ./gradlew sdk:jacocoTestReport
script: ./gradlew sdk:jacocoTestReport

- name: Publish Maven package
run: ./gradlew sdk:publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
force-avd-creation: false
profile: Nexus 6
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
run: ./gradlew sdk:jacocoTestReport sdk:sonar
script: ./gradlew sdk:jacocoTestReport sdk:sonar

0 comments on commit 412c3dc

Please sign in to comment.