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