Skip to content

Commit

Permalink
CI worflow: use promci build action
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco committed Jan 3, 2025
1 parent aca8b03 commit 93e35ad
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
- uses: ./.github/promci/actions/setup_environment
- run: make
- run: mkdir .build
- uses: ./.github/promci/actions/save_artifacts
- uses: ./.github/promci/actions/build
with:
directory: .build
- run: git diff --exit-code
promu_opts: "-p linux/amd64 -p windows/amd64 -p darwin/amd64 -p linux/arm64 -p windows/arm64 -p darwin/arm64"

verify-example-configs:
name: Verify
Expand Down

0 comments on commit 93e35ad

Please sign in to comment.