From c83e7a045430e04ad19f7fd529b09bd3c95c553e Mon Sep 17 00:00:00 2001 From: s4nt14go Date: Wed, 19 Apr 2023 10:26:23 -0300 Subject: [PATCH] build(pipeline): try this --- .github/workflows/dev.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 2c5f7db..08a15dd 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -28,13 +28,6 @@ jobs: - name: npm ci run: npm ci - - name: install AWS CLI - run: | - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - unzip awscliv2.zip - sudo ./aws/install - rm awscliv2.zip - rm -r ./aws - name: integration tests run: | CREDS=`aws sts assume-role --role-arn arn:aws:iam::$DEPLOYMENT_ACCOUNT:role/ci-role --role-session-name=ci_user`