Skip to content

Commit

Permalink
CI: Build workflow in action
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Mar 27, 2024
1 parent 7100b72 commit b033c11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 35 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pull Request Verification

on:
push:
branches:
- '*'
pull_request:
branches: [ "master" ]
types: [ opened, ready_for_review, synchronize ]
Expand All @@ -18,6 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2

- name: Setup JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -38,5 +44,5 @@ jobs:
- name: Setup gradle
uses: gradle/actions/setup-gradle@v3

- name: Build
run: ./gradlew :KDeviceInfo:build
- name: Build with Gradle
run: ./gradlew :KDeviceInfo:build --stacktrace
33 changes: 0 additions & 33 deletions .github/workflows/github_release.yml

This file was deleted.

0 comments on commit b033c11

Please sign in to comment.