Skip to content

CLT tests

CLT tests #399

Workflow file for this run

name: CLT tests
on:
schedule:
- cron: '00 20 * * *'
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
clt:
name: Run CLT tests
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: manticoresoftware/[email protected]
with:
image: ghcr.io/manticoresoftware/manticoresearch:test-kit-latest
test_prefix: tests/clt-tests/
run_args: -v ".:/.clt/"