Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st committed Jun 12, 2024
1 parent 31fd78f commit 87961fa
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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
run: |
pwd
whoami
ls
- name: Run tests
run: |
echo "test"
pwd

0 comments on commit 87961fa

Please sign in to comment.