Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Use gradle-build-action on CI #39

Merged
merged 4 commits into from
Mar 1, 2022
Merged

Use gradle-build-action on CI #39

merged 4 commits into from
Mar 1, 2022

Conversation

Goooler
Copy link
Owner

@Goooler Goooler commented Mar 1, 2022

uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedDebugAndroidTest
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error: Input required and not supplied: script

uses: gradle/gradle-build-action@v2
with:
arguments: connectedDebugAndroidTest
script: ./gradlew connectedDebugAndroidTest
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Goooler Goooler merged commit 24f9b4d into kotlin Mar 1, 2022
@Goooler Goooler deleted the gradle-build-action branch March 1, 2022 15:35
@Goooler Goooler added build enhancement New feature or request labels Mar 1, 2022
@Goooler Goooler added this to the 1.6.0 milestone Mar 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant