From b880297955d1bfb9eb51b57667b321243d9d673c Mon Sep 17 00:00:00 2001 From: dmathieu Date: Thu, 29 Feb 2024 17:14:07 +0100 Subject: [PATCH] setup vmmeter --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0118d66f070..2848fc15c10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,6 +122,9 @@ jobs: arch: arm64 runs-on: ${{ matrix.platform.os }} steps: + - name: Run vmmeter + uses: self-actuated/vmmeter-action@master + if: ${{ startsWith(matrix.platform.os, 'actuated') }} - name: Checkout code uses: actions/checkout@v4 - name: Install Go