From d9e7114df30b8cbca184c5a54fd0858d1bce0fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Mon, 23 Jan 2023 14:06:36 -0300 Subject: [PATCH] EC2 config for tests updated --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a76983a3..4230a9ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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