From 1974f7c84dde518689aef4e97e4ea77a7ddf42cb Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Wed, 27 Oct 2021 08:28:10 +0200 Subject: [PATCH] Remove env block --- .github/workflows/linting.yml | 4 +--- .github/workflows/tests.yml | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index da1875b63..8319bb3bd 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -20,9 +20,7 @@ on: tags: - ci - lint -env: - _TERRAFORM_VERSION: 1.0.4 - TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc + jobs: linting: runs-on: ubuntu-latest diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e0bc48eb8..ca0219c5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 'Tests Environment' +name: 'Tests' on: pull_request: branches: @@ -20,9 +20,7 @@ on: tags: - ci - test -env: - _TERRAFORM_VERSION: 1.0.4 - TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc + jobs: tests-environment: runs-on: ubuntu-latest