Skip to content

Commit

Permalink
switch from custom proxy to tailscale vpn (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Mar 30, 2024
1 parent 39ecdf1 commit ec2e9ea
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/codecov.yml
Expand Up @@ -16,11 +16,18 @@ jobs:
with:
go-version-file: go.mod

- name: Connect to Tailnet
uses: tailscale/github-action@v2
with:
args: --accept-dns=true
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:github-runner
version: 1.62.1

- name: Runing tests for coverage
run: |
go test -race -coverprofile=coverage.out -covermode=atomic `go list ./... | grep -v vendor/` -v
env:
TIBIADATA_PROXY: ${{ secrets.TIBIADATA_PROXY }}
- name: Uploading coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit ec2e9ea

Please sign in to comment.