Skip to content

Commit

Permalink
github/workflows: pin robutness tests dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Jul 25, 2024
1 parent 94077fc commit 2e30c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/robustness-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:

# Temporary monitoring to compare amd64 and arm64 runner performance
# Refer: https://actuated.dev/blog/right-sizing-vms-github-actions
- uses: alexellis/setup-arkade@master
- uses: alexellis/setup-arkade@b1816384b2260cfd2c023c6798d26075786cfc7f # v3
- name: Install vmmeter
run: |
sudo -E arkade oci install ghcr.io/openfaasltd/vmmeter:latest --path /usr/local/bin/
- uses: self-actuated/vmmeter-action@master
- uses: self-actuated/vmmeter-action@c7e2162e39294a810cab647cacc215ecd68a44f6 #v1

- name: install-lazyfs
if: ${{ inputs.lazyfsEnabled }}
Expand Down

0 comments on commit 2e30c83

Please sign in to comment.