Skip to content

Commit

Permalink
Merge pull request #74 from jaxxstorm/promtool
Browse files Browse the repository at this point in the history
add promtool
  • Loading branch information
jaxxstorm authored Jan 5, 2024
2 parents c4d21ef + 57ebc8d commit 8cd2797
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,28 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: wasmer --version
prometheus:
strategy:
matrix:
version: [ "latest" ]
runs-on: [ "ubuntu-latest" ]
arch: [ "amd64" ]
include:
- runs-on: "ubuntu-latest"
platform: linux
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run build
- uses: ./
with:
repo: prometheus/prometheus
tag: 'v2.37.9'
platform: linux
arch: amd64
cache: enable
binaries-location: prometheus-2.37.9.linux-amd64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: promtool --version

0 comments on commit 8cd2797

Please sign in to comment.