mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-01-21 20:46:23 +00:00
fix: build option
This commit is contained in:
parent
d5c4bf8292
commit
c1c50fa307
4
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
4
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
@ -22,7 +22,7 @@ on:
|
|||||||
SKIP_TESTS:
|
SKIP_TESTS:
|
||||||
description: 'Skip Tests'
|
description: 'Skip Tests'
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
default: 'true'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- 'false'
|
- 'false'
|
||||||
@ -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)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user