Skip to content

refactor: limit executable search to PATH and add error handling for … #25

refactor: limit executable search to PATH and add error handling for …

refactor: limit executable search to PATH and add error handling for … #25

Workflow file for this run

name: Build and Test
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: make
- name: Run test with Gradle Wrapper
run: make test