Skip to content

migrate jenkins ci to GH actions #5

migrate jenkins ci to GH actions

migrate jenkins ci to GH actions #5

Workflow file for this run

name: Sift Java CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "master" ]
env:
GRADLE_OPTS: -Dorg.gradle.project.sonatypeUsername=username -Dorg.gradle.project.sonatypePassword=password
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'zulu'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3 # v3.1.0
- name: Build with Gradle Wrapper
run: ./gradlew dependencies
- name: Gradle Test
run: ./gradlew test

Check failure on line 35 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 35