Skip to content

Change LLM libs output structure #20

Change LLM libs output structure

Change LLM libs output structure #20

Workflow file for this run

name: Run tests
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
- ready_for_review
workflow_dispatch:
permissions:
contents: read
jobs:
run-tests:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22.13.0
- name: Install packages
run: yarn
- name: Run tests
run: yarn run test