Skip to content

Tests head

Tests head #31

name: run-tests-head
permissions: write-all
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
test-ch-head:
runs-on: [self-hosted, style-checker]
strategy:
fail-fast: truek

Check failure on line 14 in .github/workflows/run-tests-head.yml

View workflow run for this annotation

GitHub Actions / run-tests-head

Invalid workflow file

The workflow is not valid. .github/workflows/run-tests-head.yml (Line: 14, Col: 18): Unexpected value 'truek'
matrix:
go:
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@main
- name: Install Go ${{ matrix.go }}
uses: actions/[email protected]
with:
stable: false
go-version: ${{ matrix.go }}
- name: Run tests
run: |
CLICKHOUSE_VERSION=head make test