add colors to pytest output

This commit is contained in:
Julio Castillo
2021-10-27 16:08:29 +02:00
parent 1a20df0a3e
commit c11031a377
2 changed files with 12 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ jobs:
terraform_version: 1.0.9
- name: Install dependencies
run: |
run: |
pip install -r tools/REQUIREMENTS.txt
- name: Boilerplate
@@ -49,7 +49,7 @@ jobs:
- name: Terraform Linting Check
id: fmt
run: |
terraform fmt -recursive -check $GITHUB_WORKSPACE
terraform fmt -recursive -check -diff $GITHUB_WORKSPACE
- name: Check documentation
id: documentation