EC2 config for tests updated
This commit is contained in:
parent
612d074144
commit
d9e7114df3
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
mode: start
|
||||
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
||||
ec2-image-id: ${{ secrets.CENTOS8_AMI_ID }}
|
||||
ec2-instance-type: t3.nano
|
||||
ec2-instance-type: t3.small
|
||||
subnet-id: ${{ secrets.SUBNET_ID }}
|
||||
security-group-id: ${{ secrets.SG_ID }}
|
||||
#iam-role-name: my-role-name # optional, requires additional permissions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user