We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e450675 commit 619c9e8Copy full SHA for 619c9e8
.github/workflows/testinfra-nix.yml
@@ -60,8 +60,9 @@ jobs:
60
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
61
AWS_DEFAULT_REGION: ap-southeast-1
62
run: |
63
+ cd scripts
64
pip3 install boto3 boto3-stubs[essential] ec2instanceconnectcli
- python scripts/ami_resize_script.py
65
+ python3 aws_resize.py
66
67
- name: Run tests
68
timeout-minutes: 10
0 commit comments