diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 883668c..b60e889 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,13 +8,14 @@ on: jobs: ci: # Pin SHA (bump when wdipl-actions ci.yml changes). Propagates ci_steps via build workflow outputs. - uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@8126e71262c259103a6d352744399773792dfcff + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@821abc7d0b352e6385cf542ca8b117ec23a2f077 with: tech_stack: node # Single string — WDIPL-Runner drops extra workflow_call boolean/string flags (only first sticks). ci_steps: 'build,sonar,deploy' + skip_node_compile: 'true' wait_for_quality_gate: 'false' app_path_beta: /var/www/app-beta