Skip to content

Commit

Permalink
Gwynne is slow on the uptake
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Aug 7, 2023
1 parent ee38afc commit 311cd8e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,17 @@ jobs:
name: Test, Build, and Deploy
runs-on: ubuntu-latest
steps:
- name: Install AWSCLI v2
run: |
yum -y install curl
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.DESIGN_DEPLOYER_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.DESIGN_DEPLOYER_AWS_SECRET_ACCESS_KEY }}
aws-region: 'us-east-1'
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- uses: ScottBrenner/cfn-lint-action@v2
- uses: actions/checkout@v3
- run: swift run
- run: npm install
- run: cfn-lint -t stack.yml
Expand Down

0 comments on commit 311cd8e

Please sign in to comment.