Skip to content

Installing the Ukrainian Lemmatizer #288

Installing the Ukrainian Lemmatizer

Installing the Ukrainian Lemmatizer #288

Workflow file for this run

name: Testing
on:
push:
branches: [main, master]
pull_request:
concurrency:
group: tests_${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build test kit
uses: docker/build-push-action@v5
with:
push: false
tags: manticoresoftware/manticore-dind:latest
context: ./clt_tests/dind/
- uses: manticoresoftware/[email protected]
with:
image: manticoresoftware/manticore-dind:latest
test_prefix: clt_tests/tests/
run_args: --privileged -v ".:/docker/"