Skip to content

Commit 6574d1a

Browse files
committed
Add shell tests to CI workflow
- Add 'Run Shell Tests' step to CI pipeline - Run tests/runner/run_all_tests.sh after Python unit tests - Tests runner/lib libraries (common, config, validation) - Ensures shell script quality and functionality in CI
1 parent e357b56 commit 6574d1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ jobs:
189189
mkdir -p "${{ env.UT_LOG_PATH }}"
190190
MASTER_PORT=10009 DATA_PATH=/apps/tas/0_public/data \
191191
python ./tests/run_unit_tests.py
192+
- name: Run Shell Tests
193+
run: |
194+
echo "Running Primus CLI shell tests..."
195+
bash ./tests/runner/run_all_tests.sh
192196
- name: Clean
193197
run: |
194198
rm -rf ${PRIMUS_WORKDIR}/Primus-Turbo

0 commit comments

Comments
 (0)