Skip to content

Fix 1.5 docs deploy with java 17 (#4658) #1564

Fix 1.5 docs deploy with java 17 (#4658)

Fix 1.5 docs deploy with java 17 (#4658) #1564

Workflow file for this run

name: Storage Integration Service
on:
push:
branches:
- master
paths:
- 'delta/kernel/**'
- 'delta/rdf/**'
- 'storage/**'
- 'build.sbt'
- 'project/**'
pull_request:
paths:
- 'delta/kernel/**'
- 'delta/rdf/**'
- 'storage/**'
- 'build.sbt'
- 'project/**'
jobs:
review:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
timeout-minutes: 20
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Coursier Cache
uses: coursier/cache-action@v6
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- name: StaticAnalysis
run: sbt -Dsbt.color=always -Dsbt.supershell=false "project storage" clean scalafmtCheck test:scalafmtCheck scalafmtSbtCheck scapegoat
- name: Tests
run: sbt -Dsbt.color=always -Dsbt.supershell=false "project storage" clean coverage test coverageReport coverageAggregate
- name: Assembly
run: sbt -Dsbt.color=always -Dsbt.supershell=false "project storage" assembly
review-permission-fixer:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image
run: docker build ./storage/permissions-fixer --tag=nexus/fixer
- name: Compile and run tests
run: docker run nexus/fixer