Skip to content

AllTable Function new features + Blog #17

AllTable Function new features + Blog

AllTable Function new features + Blog #17

Workflow file for this run

name: Diane CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: sbt test