Skip to content

Workflow file for this run

name: LazyLLM ci
on:
workflow_dispatch:
push:
branches:
- main
- lwj/add_CI
pull_request:
branches:
- main
paths-ignore:
- "**.md"
- ".github/ISSUE_TEMPLATE/**"
- ".git*"
jobs:
build:
runs-on: tps_sco_nv
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: List files and show current directory
run: |

Check failure on line 25 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
pwd
whoami
ls
- name: Run tests
run: |
echo "test"
pwd