Skip to content

Commit

Permalink
[chore] remove vmmeter from build-and-test.yaml (#10590)
Browse files Browse the repository at this point in the history
These things were added for the [arm
build](#9584)
which has been moved to its own job.

Fixes
#10587
  • Loading branch information
TylerHelmuth authored Aug 2, 2024
1 parent afefb74 commit 685625a
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 @@ -145,13 +145,6 @@ jobs:
runs-on: ${{ matrix.runner }}
needs: [setup-environment]
steps:
- name: Set up arkade
uses: alexellis/setup-arkade@b1816384b2260cfd2c023c6798d26075786cfc7f # 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@c7e2162e39294a810cab647cacc215ecd68a44f6 # v1
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Go
Expand Down

0 comments on commit 685625a

Please sign in to comment.