Skip to content

add self-hosted runner #5

add self-hosted runner

add self-hosted runner #5

Workflow file for this run

name: CI/CD Test
on:
push:
branches: main
pull_request:
branches: main
jobs:
test:
runs-on: - ubuntu-latest

Check failure on line 11 in .github/workflows/test-flow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-flow.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- research
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Run test_flow.py
run: python test_flows.py