Skip to content

Exclude update-process for tests #462 #182

Exclude update-process for tests #462

Exclude update-process for tests #462 #182

Workflow file for this run

name: Build
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install metafacture-core
run: |
git clone https://github.com/metafacture/metafacture-core.git
cd metafacture-core
git checkout 5.7.0-rc1
./gradlew publishToMavenLocal
- name: Install metafacture-fix
run: |
git clone https://github.com/metafacture/metafacture-fix.git
cd metafacture-fix
git checkout master
./gradlew publishToMavenLocal
- name: Run tests
run: sbt update test