Skip to content

fix: mapping generating for clean project with FG12 provider; #30

fix: mapping generating for clean project with FG12 provider;

fix: mapping generating for clean project with FG12 provider; #30

Workflow file for this run

name: CI Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run all tests
run: ./gradlew check