Skip to content

CONFLICT_REPLACE to CONFLICT_IGNORE #519

CONFLICT_REPLACE to CONFLICT_IGNORE

CONFLICT_REPLACE to CONFLICT_IGNORE #519

Workflow file for this run

name: Test Build
on : [pull_request]
jobs:
test:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Unit tests
run: bash ./gradlew test