Skip to content

Added EOL messaging, removed navigation elements #1991

Added EOL messaging, removed navigation elements

Added EOL messaging, removed navigation elements #1991

Workflow file for this run

name: Build PRs
on:
pull_request:
jobs:
run-scripted-tests:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [ '8', '11', '13' ]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup java
uses: joschi/setup-jdk@v2
with:
java-version: ${{ matrix.java }}
architecture: x64
- name: Cache SBT and Coursier cache
uses: coursier/cache-action@v3
- name: Run scripted tests
run: |
git config --global user.email "[email protected]"
git config --global user.name "Cloudflow CI"
cd core
sbt -mem 2048 +publishLocal cloudflow-sbt-plugin/scripted