fixed frontend tests

This commit is contained in:
Stephan D
2026-03-11 11:56:02 +01:00
parent c74444ab0b
commit 54e9821886
2 changed files with 4 additions and 1 deletions

View File

@@ -57,7 +57,8 @@ steps:
image: ghcr.io/cirruslabs/flutter:stable
depends_on: [ version ]
commands:
- set -euo pipefail 2>/dev/null || set -eu
- set -eu
- set -o pipefail 2>/dev/null || true
- flutter --version
- (cd frontend/pshared && flutter pub get && flutter test)
- (cd frontend/pweb && flutter pub get && flutter test)

View File

@@ -130,6 +130,8 @@ services:
WOODPECKER_AGENT_SECRET_FILE: "/vault/secrets/agent_secret"
# Docker backend for steps
WOODPECKER_BACKEND: "docker"
# Agent display name
WOODPECKER_HOSTNAME: "infra-builder"
# Attach all step containers to a stable bridge network (created outside the stack)
WOODPECKER_BACKEND_DOCKER_NETWORK: "wp-ci"
# Concurrency limit