Skip to content

Commit

Permalink
PMM-13761: PMM Easy Install
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Feb 11, 2025
1 parent 30fb027 commit 01824f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/runner-easy-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,8 @@ jobs:
SHELL
end
EOF
EOF
- name: "Run Vagrant File on ${{ inputs.os }}"
working-directory: ./
run: vagrant up
2 changes: 2 additions & 0 deletions .github/workflows/runner-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ jobs:
- name: "Setup tools"
run: |
wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt-get update
sudo apt-get install -y apt-transport-https ca-certificates ansible virtualbox vagrant
Expand Down

0 comments on commit 01824f5

Please sign in to comment.