Skip to content

Build Against ClickHouse Head #212

Build Against ClickHouse Head

Build Against ClickHouse Head #212

Workflow file for this run

name: Build Against ClickHouse Head
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
clickhouse: [ "head" ]
name: ClickHouse ${{ matrix.clickhouse }} tests
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
architecture: x64
- name: Setup and execute Gradle 'test' task
uses: gradle/gradle-build-action@v2
env:
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
with:
arguments: test