Skip to content

Commit 1927ffb

Browse files
authored
move clean step into UT (#186)
1 parent f92e40c commit 1927ffb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,7 @@ jobs:
120120
mkdir -p "${{ env.UT_LOG_PATH }}"
121121
MASTER_PORT=10009 DATA_PATH=/apps/tas/0_public/data \
122122
python ./tests/run_unit_tests.py
123-
clean:
124-
env:
125-
PRIMUS_WORKDIR: /apps/tas/0_public/primus_k8s_ci
126-
needs: [ code-lint, run-unittest ]
127-
runs-on: [ tas-k8s ]
128-
steps:
129-
- name: Clean Primus-Turbo
123+
- name: Clean
130124
run: |
131125
rm -rf ${PRIMUS_WORKDIR}/Primus-Turbo
132-
- name: Clean Primus
133-
run: |
134126
rm -rf ${PRIMUS_WORKDIR}/Primus

0 commit comments

Comments
 (0)