Skip to content

Commit

Permalink
added test install aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
parkersarahl committed Jul 30, 2024
1 parent 878060a commit ac706f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Install AWS CLI
run: |
echo "installing aws cli..."
sudo apt-get update
sudo apt-get install -y awscli
- name: Configure Kubectl
run: |
echo "configuring kubectl"
Expand Down

0 comments on commit ac706f6

Please sign in to comment.