Skip to content

Set up CI to build and test each project #1

Set up CI to build and test each project

Set up CI to build and test each project #1

Workflow file for this run

name: Build and test UWSLib project
on:
push:
paths:
- 'UWSLib/**'
- 'build.gradle'
- '.github/workflows/*'
jobs:
build-uwslib-project:
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: ./gradlew :UWSLib:build