Skip to content

Groovy Compile without names #13

Groovy Compile without names

Groovy Compile without names #13

Workflow file for this run

This workflow will build and upload test artifact

Check failure on line 1 in .github/workflows/run_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_test.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# Simple workflow with ignoring condition to prevent unneccessary build
# To download artifact check on job task
name: Build Test
on:
push:
branches:
- 'main'
paths:
- 'src/**'
jobs:
build:
name: Build Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Gather Gradle properties
uses: madhead/read-java-properties@latest
id: gradle_properties
with:
file: gradle.properties
all: true
- name: Grant Execute Permission for gradlew
run: chmod +x gradlew
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
cache: gradle
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: buildExample
- name: testServer
uses: gradle/gradle-build-action@v2
with:
arguments: runServer --rml.test