mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
chore(e2e): add temporary AUTH_SECRET for Playwright E2E test runs
This commit is contained in:
@@ -9,6 +9,8 @@ on:
|
||||
- 'ui/**'
|
||||
|
||||
env:
|
||||
# Temporary secret for CI test runs only – replace with GitHub Secret later
|
||||
AUTH_SECRET: "N/c6mnaS5+SWq81+819OrzQZlmx1Vxtp/orjttJSmw8="
|
||||
SERVICES_TO_START: "api-dev postgres valkey worker-beat worker-dev"
|
||||
DOCKER_COMPOSE_FILE: "docker-compose-dev.yml"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ async function globalSetup(config: FullConfig) {
|
||||
// Start Docker containers (for CI or non-local runs)
|
||||
console.log('Starting Docker containers...');
|
||||
execSync(
|
||||
'docker-compose -f ../docker-compose-dev.yml up -d --build api-dev postgres valkey worker-beat worker-dev',
|
||||
'docker compose -f ../docker-compose-dev.yml up -d --build api-dev postgres valkey worker-beat worker-dev',
|
||||
{ stdio: 'inherit' }
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user