From bd9b409aba11edc7841ab9096ec23797e48dabdb Mon Sep 17 00:00:00 2001 From: JadenSimon Date: Sat, 7 Sep 2024 12:03:29 -0700 Subject: [PATCH] Fix --- integrations/aws/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/aws/package.json b/integrations/aws/package.json index 697e767..ea14241 100644 --- a/integrations/aws/package.json +++ b/integrations/aws/package.json @@ -36,7 +36,8 @@ "testPackage": { "name": "spr:#conformance", "commands": [ - "synapse test --target aws --destroy-after" + "synapse deploy --target aws", + "synapse test --destroy-after" ], "inputs": { "useAws": true