From 153c092abea96c40de6ee19f1a0ac25931d46cc7 Mon Sep 17 00:00:00 2001 From: GW_MC <72297530+GWMCwing@users.noreply.github.com> Date: Sun, 31 May 2026 02:37:41 +0000 Subject: [PATCH] refactor: update act command to include artifact server path for improved functionality --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: