Skip to content

Sdk migration - refactor tools and client into packages and add list_terraform_orgs tool #2099

Sdk migration - refactor tools and client into packages and add list_terraform_orgs tool

Sdk migration - refactor tools and client into packages and add list_terraform_orgs tool #2099

Workflow file for this run

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: E2E Tests
on:
push:
branches:
- main
- release/**
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
e2e-test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
with:
go-version-file: "go.mod"
- name: Download dependencies
run: make deps
- name: Run unit tests
run: make test-e2e