Skip to content

test(mc): Multi-Cloud multi-cluster single Grafana #42

test(mc): Multi-Cloud multi-cluster single Grafana

test(mc): Multi-Cloud multi-cluster single Grafana #42

Workflow file for this run

name: Test Multicloud
on:
pull_request:
paths:
- 'test/multicloud/**'
jobs:
multicloud-test:
runs-on: ubuntu-latest
steps:
- uses: opentofu/setup-opentofu@v1
with:
tofu_version: 1.8.3
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.23'
- name: Install dependencies
run: go mod download
working-directory: test/multicloud/
- name: Run tests
run: make test
working-directory: test/multicloud/