Merge pull request #40 from hwanny1128/feat/rag-function

feat: add rag ci/cd
This commit is contained in:
Daewoong Jeon 2025-10-29 22:56:25 +09:00 committed by GitHub
commit 98a14081c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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