From 46882da5f5e39a667a76eb5b525ed7cbfea8522d Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Mon, 26 May 2025 15:41:19 +0000 Subject: [PATCH] Merged in bugfix/build (pull request #156) Ensure build * fix --- devbox.json | 1 + scripts/Taskfile.yml | 1 + 2 files changed, 2 insertions(+) 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