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