Skip to content

flake.lock: Update #486

flake.lock: Update

flake.lock: Update #486

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: olafurpg/setup-scala@v12
with:
java-version: 1.8
- uses: actions/[email protected]
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Run tests
run: mvn clean install
- name: Build rpm
run: mvn -Pproduction install