Skip to content

Commit

Permalink
build(pipeline): try this
Browse files Browse the repository at this point in the history
  • Loading branch information
s4nt14go committed Apr 19, 2023
1 parent 78182c9 commit c83e7a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c83e7a0

Please sign in to comment.