summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTilmann Meyer <allescrafterx@gmail.com>2020-07-09 02:24:38 +0200
committerGitHub <noreply@github.com>2020-07-08 20:24:38 -0400
commit7edd0f62182c803443f0bb067a7535cebd89fc33 (patch)
tree1f51099e42e9dd94b935d63cc0fc07814dd90bee /.github
parent297cbd8654f9de91765089ca6f311b367d5458e2 (diff)
test(terraform): move tests which do not require env vars (#1455)
Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 8e8cfec89..5b7383b39 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -132,12 +132,6 @@ jobs:
if: matrix.os == 'macOS-latest'
run: pip3 install mercurial
- # Install Terraform at a fixed version
- - name: Setup | Terraform
- uses: volcano-coffee-company/setup-terraform@v1
- with:
- version: "0.12.14"
-
# Run the ignored tests that expect the above setup
- name: Build | Test
run: cargo test -- -Z unstable-options --include-ignored