test(module): really test the generated access key
Some checks failed
main / test (push) Failing after 4s

This commit is contained in:
Julien Dessaux 2025-04-26 00:31:19 +02:00
parent 00ee290f29
commit 7c4a6d85dd
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 61 additions and 6 deletions

8
test/test.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
# Wait a bit for the ACCESS KEY to be provisioned on AWS
sleep 10
export AWS_CONFIG_FILE="${PWD}/test/aws_config"
aws sts get-caller-identity