Skip to content

fix: allow AccountURL function to handle accounts in orgs spanning multiple regions #3482

fix: allow AccountURL function to handle accounts in orgs spanning multiple regions

fix: allow AccountURL function to handle accounts in orgs spanning multiple regions #3482

Workflow file for this run

# Run unit tests that don't require secrets on any branch/fork pull request
on:
pull_request:
name: Unit tests
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- docs-check
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- name: Install dependencies
run: make dev-setup
- name: make ${{ matrix.target }}
run: make ${{ matrix.target }}