Files
text-convert-tool/.github/workflows/tct.yml
Nat Quayle Nelson 5c5ef7b4de
All checks were successful
CI / test (ubuntu-latest) (push) Successful in 58s
fix unit tests
2025-09-14 19:22:54 -05:00

28 lines
501 B
YAML

name: CI
on: push
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
# lix
- uses: https://k7izh9.gitea.cloud/kiss-lang/setup-lix@1.0.2
with:
lix-version: 15.12.0
- run: lix download
working-directory: ./tct
# run the build:
- run: ./test.sh
shell: bash
working-directory: ./tct