Skip to content

Add and update GitHub workflows #4

Add and update GitHub workflows

Add and update GitHub workflows #4

Workflow file for this run

name: Main workflow
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