Skip to content

Commit

Permalink
Adding TERM
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat Komarov committed Mar 18, 2021
1 parent 78e886b commit 518ad76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/opa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 518ad76

Please sign in to comment.