Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fvlankvelt committed Nov 29, 2024
1 parent 05aac77 commit 4bb102f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,22 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
test:
runs-on: ubuntu-latest
services:
clickhouse:
image: clickhouse/clickhouse-server:latest
ports:
- "9000:9000"
- "8123:8123"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
- name: Run tests
run: |
go test ./exporter/clickhousestsexporter/...
go test ./exporter/ststopologyexporter/...
go test ./extension/ingestionapikeyauthextension/...
go test ./connector/stsservicegraphconnector/...

0 comments on commit 4bb102f

Please sign in to comment.