Skip to content

Commit

Permalink
CI workflow: save_artifacts after build (#1607)
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Greco <[email protected]>
  • Loading branch information
cristiangreco authored Jan 3, 2025
1 parent 9e45302 commit aca8b03
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 @@ -18,6 +18,10 @@ jobs:
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
- uses: ./.github/promci/actions/setup_environment
- run: make
- run: mkdir .build
- uses: ./.github/promci/actions/save_artifacts
with:
directory: .build
- run: git diff --exit-code

verify-example-configs:
Expand Down

0 comments on commit aca8b03

Please sign in to comment.