feat: add rag ci/cd

This commit is contained in:
djeon 2025-10-29 22:55:48 +09:00
parent e001312f07
commit b49038e97e

View File

@ -100,7 +100,7 @@ jobs:
- name: Run Tests
env:
SKIP_TESTS: ${{ github.event.inputs.SKIP_TESTS || 'false' }}
SKIP_TESTS: ${{ github.event.inputs.SKIP_TESTS || 'true' }}
run: |
if [[ "$SKIP_TESTS" == "true" ]]; then
echo "⏭️ Skipping Tests (SKIP_TESTS=$SKIP_TESTS)"