diff --git a/justfile b/justfile index 3e636b7..4330597 100644 --- a/justfile +++ b/justfile @@ -38,7 +38,7 @@ setup-frontend: act *ARGS: # run act with custom secret-file @echo "🎬 Running act with custom secrets file..." - act --env-file .github/.env --secret-file .github/.secrets.env --var-file .github/.var.env --network host {{ ARGS }} + act --env-file .github/.env --secret-file .github/.secrets.env --var-file .github/.var.env --network host --artifact-server-path ./.act/.artifacts {{ ARGS }} # Start all services for development dev: