Skip to content

Added doc for Const type for cqlt interpolator (#103) #157

Added doc for Const type for cqlt interpolator (#103)

Added doc for Const type for cqlt interpolator (#103) #157

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run unit tests
run: sbt +test
it-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- uses: docker-practice/actions-setup-docker@master
with:
docker_channel: stable
docker_version: 20.10
- name: Run it tests
run: sbt +it:test