diff --git a/.github/workflows/common_ci.yml b/.github/workflows/common_ci.yml index bafcbb0..bdb4aef 100644 --- a/.github/workflows/common_ci.yml +++ b/.github/workflows/common_ci.yml @@ -11,13 +11,11 @@ jobs: unit-test-and-coverage: runs-on: ubuntu-latest name: 'Unit Tests and Coverage' - services: - consul: - image: hashicorp/consul - ports: - - 8500:8500 steps: - uses: actions/checkout@v4 + - uses: launchdarkly/gh-actions/actions/persistent-stores@persistent-stores-v0 + with: + consul: true - name: Setup Go ${{ inputs.go-version }} uses: actions/setup-go@v5 with: diff --git a/CODEOWNERS b/CODEOWNERS index 8b13789..7f8df27 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,2 @@ - +# Repository Maintainers +* @launchdarkly/team-sdk-go