Skip to content

Commit

Permalink
[chore] Remove vmmeter to fix flaky build step (#32329)
Browse files Browse the repository at this point in the history
Comment out vmmeter while
self-actuated/vmmeter-action#1 is ongoing

**Link to tracking Issue:** #32324
  • Loading branch information
atoulme authored Apr 11, 2024
1 parent 648da7b commit adae336
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,6 @@ jobs:
runs-on: ${{ matrix.runner }}
needs: [setup-environment]
steps:
- name: Set up arkade
uses: alexellis/setup-arkade@v3
- name: Install vmmeter
run: |
sudo -E arkade oci install ghcr.io/openfaasltd/vmmeter:latest --path /usr/local/bin/
- name: Run vmmeter
uses: self-actuated/vmmeter-action@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit adae336

Please sign in to comment.