Skip to content

Commit

Permalink
Generate manifest during build step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana committed Dec 10, 2024
1 parent 84a7c43 commit be4ed1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
- name: lint
run: make lint base=origin/${{github.base_ref}}

- name: generate-manifest
run: go run pkg/docsgen/generate_manifest.go

unit-tests:
name: Run Unit Tests
Expand Down Expand Up @@ -108,6 +106,9 @@ jobs:
- name: Build Tempo
run: make tempo

- name: generate-manifest
run: go run pkg/docsgen/generate_manifest.go

- name: Build tempo-query
run: make tempo-query

Expand Down

0 comments on commit be4ed1d

Please sign in to comment.