Skip to content

Set VERSION to 1.8.0 #49

Set VERSION to 1.8.0

Set VERSION to 1.8.0 #49

name: Build and test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Build libs and distributions with Gradle
run: ./gradlew build -x test
- name: Test with Gradle
run: ./gradlew test --tests com.vaticle.typedb.osi.loader.config.ConfigurationTest --tests com.vaticle.typedb.osi.loader.io.* --tests com.vaticle.typedb.osi.loader.preprocessor.*