LambdaTonic/.gitea/workflows/LambdaTonic.yml
Marco Cetica 7150a9ccc5
Some checks are pending
LambdaTonic / build (push) Waiting to run
Added documentation and CI support
2024-09-19 15:00:00 +02:00

17 lines
295 B
YAML

name: LambdaTonic
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: amazoncorretto-latest
steps:
- uses: actions/checkout@v3
- name: Execute unit tests
run: |
dnf update -y
dnf install maven -y
mvn test