Skip to content

Update dependency aws/aws-cli to v2.34.5 #84

Update dependency aws/aws-cli to v2.34.5

Update dependency aws/aws-cli to v2.34.5 #84

Workflow file for this run

name: PR CI
on:
push:
branches:
- 'renovate/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Build and push image which app build runs on
run: ./infra/build/build.sh ${{ secrets.ID_RSA_CONTENTS_BASE64 }} ${{ secrets.DOCKER_CONFIG_CONTENTS_BASE64 }}
env:
GIT_REPO_URL: 'git@github.com:ScottG489/machine-setup.git'
RELATIVE_SUB_DIR: 'infra/build'
test_application:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Build and test
run: ./build.sh test ${{ secrets.ID_RSA_CONTENTS_BASE64 }} ${{ secrets.AWS_CREDENTIALS_CONTENTS_BASE64 }} ${{ secrets.MAINKEYPAIR_CONTENTS_BASE64 }}