Skip to content

Commit 96b47f4

Browse files
committed
update test.yml
1 parent 8db4412 commit 96b47f4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- "ai_infra_bench/**"
88
- ".github/workflows/test.yml"
9+
- "test/**"
910
pull_request:
1011
workflow_dispatch:
1112

@@ -28,9 +29,3 @@ jobs:
2829
run: |
2930
cd test/modes
3031
python3 -m unittest
31-
32-
test-sgl:
33-
runs-on: ubuntu-latest
34-
steps:
35-
- name: Test-Env
36-
run: echo ${GITHUB_ACTIONS}

0 commit comments

Comments
 (0)