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 +}