Skip to content

Commit

Permalink
chore(server): ci中补充prometheus pushgateway环境搭建步骤
Browse files Browse the repository at this point in the history
Signed-off-by: Trino <[email protected]>
  • Loading branch information
Trinoooo committed Jun 23, 2024
1 parent c5b4d97 commit 7a7c71c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
runs-on: macos-latest

steps:
- name: Set up Prometheus Pushgateway
run: |
curl -LO https://github.com/prometheus/pushgateway/releases/download/v1.5.2/pushgateway-1.5.2.darwin-amd64.tar.gz
tar xvfz pushgateway-1.5.2.darwin-amd64.tar.gz
cd pushgateway-1.5.2.darwin-amd64
./pushgateway &
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 7a7c71c

Please sign in to comment.