Skip to content

Update GitHub Actions workflow and build scripts #3

Update GitHub Actions workflow and build scripts

Update GitHub Actions workflow and build scripts #3

Workflow file for this run

on: push
jobs:
Build:
runs-on: ubuntu-latest
container: gradle:6-jdk11
steps:
- name: Clone down repository
uses: actions/checkout@v4
- name: Build application
run: ci/build-app.sh
- name: Test
run: ci/unit-test-app.sh