Skip to content

Commit

Permalink
Merge pull request #890 from ArangoGutierrez/make_on_runner
Browse files Browse the repository at this point in the history
[no-relnote] Install Make before running E2E step
  • Loading branch information
ArangoGutierrez authored Aug 9, 2024
2 parents 70d53fd + 7fd0f36 commit 3d26fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/staging_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
uses: NVIDIA/[email protected]
with:
holodeck_config: "tests/e2e/infra/vsphere.yaml"
- name: Intall dependencies
run: |
sudo apt-get update
sudo apt-get install -y make
- name: Run e2e tests
env:
KUBECONFIG: ${{ github.workspace }}/kubeconfig
Expand Down

0 comments on commit 3d26fb0

Please sign in to comment.