Skip to content

Bump js-yaml from 4.1.1 to 4.3.0 in /cosmotech/visual_orchestrator #113

Bump js-yaml from 4.1.1 to 4.3.0 in /cosmotech/visual_orchestrator

Bump js-yaml from 4.1.1 to 4.3.0 in /cosmotech/visual_orchestrator #113

name: issues_unit_tests
permissions:
contents: read
on:
push:
branches:
- "main"
pull_request:
types:
- opened
- synchronize
env:
TERMINAL_WIDTH: "120"
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.11
- run: pip install -e .[doc]
- name: run tests
shell: bash
run: /bin/bash issues_tests/run_tests