Skip to content

moved performance test back to main, since running it as a test has s… #391

moved performance test back to main, since running it as a test has s…

moved performance test back to main, since running it as a test has s… #391

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: ./mvnw clean verify
- name: Code Scan with Detekt
run: ./mvnw detekt:check