Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
swap-musale committed Aug 17, 2023
1 parent 7f6265e commit a79c804
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Android CI Pipeline
on:
push:
branches:
- development
- master
pull_request:
branches:
- development
- master

jobs:
test:
Expand All @@ -29,17 +29,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Set Up JDK 18
uses: actions/setup-java@v3
with:
- name: Checkout
- uses: actions/checkout@v3
- name: Set Up JDK 18
uses: actions/setup-java@v3
with:
java-version: '18'
distribution: 'temurin'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Grant execute permission for gradlew
run: chmod +x gradlew

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

0 comments on commit a79c804

Please sign in to comment.