Skip to content

Commit

Permalink
ci: add tps action to get HCLOUD_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Sep 12, 2024
1 parent 3b2fc11 commit ef7c91f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

test:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -39,6 +41,8 @@ jobs:
with:
go-version-file: go.mod

- uses: hetznercloud/tps-action@main

- name: Run tests
run: go test -coverpkg=./... -coverprofile=coverage.txt -v -race ./...

Expand Down

0 comments on commit ef7c91f

Please sign in to comment.