LambdaTonic/.gitea/workflows/LambdaTonic.yml
Marco Cetica 7bd786e3cd
Some checks are pending
LambdaTonic / build (push) Waiting to run
Added documentation and CI support
2024-09-19 15:06:21 +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