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