Skip to content

update version to trigger new artifact build #81

update version to trigger new artifact build

update version to trigger new artifact build #81

# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle
name: LI Spark Runner Test
on:
pull_request:
branches: ['li_trunk', "li-release-*"]
paths: ['runners/spark/**', 'buildSrc/src/main/groovy/org/apache/beam/gradle/**']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.12'
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Validate Spark runner with Spark 3
run: ./gradlew :runners:spark:3:build :runners:spark:3:validatesRunner