Skip to content

Commit

Permalink
add running check to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Nov 8, 2023
1 parent 73705de commit 2139fa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
- run: make

- name: Docker build
run: docker build .
run: |
docker build -t clickhouse/clickhouse_exporter:latest .
docker run --rm clickhouse/clickhouse_exporter:latest --help

0 comments on commit 2139fa1

Please sign in to comment.