Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable GitHub Actions #21

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Enable GitHub Actions #21

merged 2 commits into from
Feb 14, 2024

Conversation

yaraki
Copy link
Contributor

@yaraki yaraki commented Feb 14, 2024

Change-Id: I3bacf40947b2f80543ed28c460d3f7e3c8439681

Change-Id: I3bacf40947b2f80543ed28c460d3f7e3c8439681
Change-Id: I4023799cab81108a85bcbc5e989a7c8f0d903f3b
@SigmanZero SigmanZero merged commit 6c59a22 into main Feb 14, 2024
2 checks passed
name: Pull Request

on:
pull_request:
Copy link
Contributor

Choose a reason for hiding this comment

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

This workflow could be run on pushing on main branch for better Gradle caching.

java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be replaced by gradle/actions/setup-gradle@v3, check https://github.com/gradle/gradle-build-action/releases/tag/v3.0.0

Comment on lines +35 to +36
- name: Build App
run: ./gradlew :app:assembleDebug
Copy link
Contributor

Choose a reason for hiding this comment

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

Assemble job could be separated into an individual job with much parallelism.

@yaraki yaraki deleted the yaraki/ci branch February 16, 2024 04:04
@Goooler
Copy link
Contributor

Goooler commented Mar 21, 2024

Addressing a follow-up to #43.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants