From 2be43930c4c36943697d3cb66d7671cae48dba08 Mon Sep 17 00:00:00 2001 From: Fabio Schiozer Date: Thu, 23 May 2024 01:02:52 -0300 Subject: [PATCH] teste --- manifest/buildfile.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/manifest/buildfile.json b/manifest/buildfile.json index be415ea..5b0d068 100644 --- a/manifest/buildfile.json +++ b/manifest/buildfile.json @@ -1,20 +1,27 @@ { "builds": [ + { "type": "metadata", "manifestFile": "manifest/package.xml", - "testLevel": "RunSpecifiedTests", + "testLevel": "NoTestRun", "classPath": "force-app/main/default/classes", "timeout": "33", "ignoreWarnings": true }, + + + { "type": "anonymousApex", "apexScript": "scripts/apex/hello.apex" }, + + + { "type": "command", "command": "sf --version" } ] -} \ No newline at end of file +}