From 7a7c71ca22313b05fcc8d0c5fbe9f4df6088bc74 Mon Sep 17 00:00:00 2001 From: Trino Date: Sun, 23 Jun 2024 20:57:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(server):=20ci=E4=B8=AD=E8=A1=A5=E5=85=85p?= =?UTF-8?q?rometheus=20pushgateway=E7=8E=AF=E5=A2=83=E6=90=AD=E5=BB=BA?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Trino --- .github/workflows/test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9dcac48..64c3f81 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: