chore(ci): install aws cli via setup action
All checks were successful
Push Validation / validate (push) Successful in 1m46s
All checks were successful
Push Validation / validate (push) Successful in 1m46s
This commit is contained in:
@@ -33,17 +33,18 @@ jobs:
|
|||||||
check-latest: true
|
check-latest: true
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
|
- name: Install AWS CLI v2
|
||||||
|
uses: ankurk91/install-aws-cli-action@v1
|
||||||
|
|
||||||
- name: Ensure tooling is available
|
- name: Ensure tooling is available
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
if ! command -v aws >/dev/null 2>&1; then
|
aws --version
|
||||||
pipx install awscli
|
|
||||||
fi
|
|
||||||
|
|
||||||
if ! command -v jq >/dev/null 2>&1; then
|
if ! command -v jq >/dev/null 2>&1; then
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y jq
|
apt-get install -y jq
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run full unit test suite with coverage
|
- name: Run full unit test suite with coverage
|
||||||
|
|||||||
@@ -33,13 +33,11 @@ jobs:
|
|||||||
check-latest: true
|
check-latest: true
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Ensure tooling is available
|
- name: Install AWS CLI v2
|
||||||
run: |
|
uses: ankurk91/install-aws-cli-action@v1
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
if ! command -v aws >/dev/null 2>&1; then
|
- name: Verify AWS CLI
|
||||||
pipx install awscli
|
run: aws --version
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Run full unit test suite with coverage
|
- name: Run full unit test suite with coverage
|
||||||
id: coverage
|
id: coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user