Skip to content

Commit

Permalink
chore: enable kubectl command in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Dec 7, 2022
1 parent ce530b0 commit cf6eab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: 'Test kubectl'
run: |
aws eks update-kubeconfig --region ${{ secrets.AWS_REGION }} --name ${{ secrets.EKS_CLUSTER_NAME }}
# kubectl get pods -n dev
kubectl get pods -n dev
delete_runner:
name: Delete Self-Hosted Runner
Expand Down

0 comments on commit cf6eab1

Please sign in to comment.