gosick #1

Merged
DelphicOkami merged 162 commits from gosick into main 2026-03-21 23:08:00 +00:00
2 changed files with 2 additions and 5 deletions
Showing only changes of commit 4a8ef7e1f6 - Show all commits

View File

@@ -52,9 +52,7 @@ jobs:
set -euo pipefail set -euo pipefail
if ! command -v aws >/dev/null 2>&1; then if ! command -v aws >/dev/null 2>&1; then
sudo apt-get update pip install awscli
sudo apt-get install -y awscli jq
exit 0
fi fi
if ! command -v jq >/dev/null 2>&1; then if ! command -v jq >/dev/null 2>&1; then

View File

@@ -52,8 +52,7 @@ jobs:
set -euo pipefail set -euo pipefail
if ! command -v aws >/dev/null 2>&1; then if ! command -v aws >/dev/null 2>&1; then
sudo apt-get update pip install awscli
sudo apt-get install -y awscli
fi fi
- name: Run full unit test suite with coverage - name: Run full unit test suite with coverage