diff --git a/.github/workflows/opa.yml b/.github/workflows/opa.yml index 5476772..b1632ec 100644 --- a/.github/workflows/opa.yml +++ b/.github/workflows/opa.yml @@ -51,6 +51,8 @@ jobs: curl -L -o /usr/bin/opa https://github.com/open-policy-agent/opa/releases/download/v${OPA_VERSION}/opa_linux_amd64 2>/dev/null; chmod +x /usr/bin/opa; - name: Test + env: + TERM: xterm-256color run: |- # Directories having 'main.tf' are considered a 'new-style' example dirs=$(find . -name 'main.tf' | awk -F'/[^/]*$' '{print $1}' | sort | uniq);