LambdaTonic/.gitea/workflows/LambdaTonic.yml
Marco Cetica cc867bde82
Some checks failed
LambdaTonic / build (push) Failing after 7s
Added documentation and CI support
2024-09-19 15:08:23 +02:00

18 lines
288 B
YAML

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