test(module): really test the generated access key
Some checks failed
main / test (push) Failing after 4s
Some checks failed
main / test (push) Failing after 4s
This commit is contained in:
parent
00ee290f29
commit
7c4a6d85dd
5 changed files with 61 additions and 6 deletions
8
test/test.sh
Executable file
8
test/test.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue