Skip to content

🚀 Update the Helm chart version and related script #450

🚀 Update the Helm chart version and related script

🚀 Update the Helm chart version and related script #450

Workflow file for this run

name: E2E on Terraform Cloud
on:
schedule:
- cron: '30 5 * * *'
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: 'go.mod'
- name: Run end-to-end test suite
run: make test
env:
TFC_OAUTH_TOKEN: ${{ secrets.TFC_OAUTH_TOKEN }}
TFC_ORG: ${{ secrets.TFC_ORG }}
TFC_TOKEN: ${{ secrets.TFC_TOKEN }}
TFC_VCS_REPO: ${{ secrets.TFC_VCS_REPO }}