Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
fschiozerSFDC committed May 23, 2024
1 parent ce6e04e commit 2be4393
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions manifest/buildfile.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}

0 comments on commit 2be4393

Please sign in to comment.