diff --git a/devbox.json b/devbox.json index d3369b8e..a76aa3f6 100644 --- a/devbox.json +++ b/devbox.json @@ -5,6 +5,7 @@ "AWS_ACCESS_KEY_ID": "test", "AWS_ENDPOINT_URL_S3": "http://localhost:4566", "AWS_ENDPOINT_URL_SQS": "http://localhost:4566", + "AWS_PROFILE": "aarete", "AWS_REGION": "us-east-1", "AWS_SECRET_ACCESS_KEY": "test", "AWS_SESSION_TOKEN": "", diff --git a/scripts/Taskfile.yml b/scripts/Taskfile.yml index 8508a21d..10345246 100644 --- a/scripts/Taskfile.yml +++ b/scripts/Taskfile.yml @@ -26,6 +26,7 @@ includes: tasks: fullsuite: - task: build:deps + - task: build - task: fullsuite:test fullsuite:test: internal: true