gosick #1
@@ -52,9 +52,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
|
||||
if ! command -v aws >/dev/null 2>&1; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y awscli jq
|
||||
exit 0
|
||||
pip install awscli
|
||||
fi
|
||||
|
||||
if ! command -v jq >/dev/null 2>&1; then
|
||||
|
||||
@@ -52,8 +52,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
|
||||
if ! command -v aws >/dev/null 2>&1; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y awscli
|
||||
pip install awscli
|
||||
fi
|
||||
|
||||
- name: Run full unit test suite with coverage
|
||||
|
||||
Reference in New Issue
Block a user