refactor: update act command to include artifact server path for improved functionality

This commit is contained in:
GW_MC
2026-05-31 02:37:41 +00:00
parent cb4ad27e89
commit 153c092abe

View File

@@ -38,7 +38,7 @@ setup-frontend:
act *ARGS: act *ARGS:
# run act with custom secret-file # run act with custom secret-file
@echo "🎬 Running act with custom secrets 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 # Start all services for development
dev: dev: