Skip to content

Commit 619c9e8

Browse files
committed
fix: cd to dir
1 parent e450675 commit 619c9e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testinfra-nix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6161
AWS_DEFAULT_REGION: ap-southeast-1
6262
run: |
63+
cd scripts
6364
pip3 install boto3 boto3-stubs[essential] ec2instanceconnectcli
64-
python scripts/ami_resize_script.py
65+
python3 aws_resize.py
6566
6667
- name: Run tests
6768
timeout-minutes: 10

0 commit comments

Comments
 (0)