Skip to content

fix: correct region index mapping in template deploy when unavailable… #290

fix: correct region index mapping in template deploy when unavailable…

fix: correct region index mapping in template deploy when unavailable… #290

Workflow file for this run

name: build-test
on:
push:
branches:
- main
pull_request:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: test
run: make test
- name: build
run: make build