Skip to content

Commit

Permalink
Update quick-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eastly1997 authored Dec 4, 2024
1 parent 283ee54 commit 31f4447
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/quick-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand All @@ -22,15 +20,13 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Change wrapper permissions
run: chmod +x ./gradlew
- run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --scan

- name: Upload build artifacts
- name: Upload Lint Report
uses: actions/upload-artifact@v4
with:
name: Package
path: build/libs
name: Lint Report
path: app/build/reports/lint-results-debug.html

0 comments on commit 31f4447

Please sign in to comment.