Skip to content

get contributionPlan and sync policy #192

get contributionPlan and sync policy

get contributionPlan and sync policy #192

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
# tags:
# - '!v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Environment info
run: |
gradle --version
- name: build
run: |
./gradlew assembleDebug --stacktrace
- name: Environment info
run: |
gradle --version
- uses: actions/upload-artifact@v2
with:
name: openimis-policies-apk-${{github.run_number}}-${{github.sha}}
path: ./app/build/outputs/**/*.apk
- name: build
run: |
./gradlew bundleDebug --stacktrace
- name: Environment info
run: |
gradle --version
- uses: actions/upload-artifact@v2
with:
name: openimis-policies-aab-${{github.run_number}}-${{github.sha}}
path: ./app/build/outputs/**/*.aab