From 0fe694a7759e5a946d3707da5798960758d04560 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Fri, 27 Sep 2024 12:31:39 -0400 Subject: [PATCH] Add config for local testing via nektos/act Signed-off-by: Sara Damiano --- .actrc | 5 +++++ .gitignore | 1 + 2 files changed, 6 insertions(+) create mode 100644 .actrc diff --git a/.actrc b/.actrc new file mode 100644 index 000000000..0f8448872 --- /dev/null +++ b/.actrc @@ -0,0 +1,5 @@ +--platform ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-latest +--pull=false +--detect-event +--env RUNNER_DEBUG=1 # Enable debug logging +# --env NODE_DEBUG= # Might be useful in few cases diff --git a/.gitignore b/.gitignore index e2b45d07a..5531ca7b1 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ output_deep.txt output_deep+.txt envDump.txt -Q +act.log