Skip to content

Commit f92e7d9

Browse files
committed
reverse order
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent d122974 commit f92e7d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ jobs:
135135
set -eux
136136
nvidia-smi
137137
138-
# Regression Backend Runtime Test
139-
cd /workdir/test/srt
140-
python3 run_suite.py --suite per-commit-1-gpu
141-
142138
# Regression Frontend Language Test
143139
cd /workdir/test/lang
144140
python3 run_suite.py --suite per-commit
141+
142+
# Regression Backend Runtime Test
143+
cd /workdir/test/srt
144+
python3 run_suite.py --suite per-commit-1-gpu
145145
'
146146
147147
- name: Cleanup container and images

0 commit comments

Comments
 (0)