Skip to content

Merge pull request #100 from Carifio24/hide-duplicates-with-options #242

Merge pull request #100 from Carifio24/hide-duplicates-with-options

Merge pull request #100 from Carifio24/hide-duplicates-with-options #242

Workflow file for this run

name: Version 3 CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run tests
run: ./gradlew test