Skip to content

Reload from network when LazyReload was used before #127

Reload from network when LazyReload was used before

Reload from network when LazyReload was used before #127

Workflow file for this run

name: "RxData Build"
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Set up JDK 1.8
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt-hotspot'
- name: Build with Gradle
run: ./gradlew build