Below you will find pages that utilize the taxonomy term “Svierk”
August 13, 2026
SFDX Run Tests
Version updated for https://github.com/svierk/sfdx-run-tests to version v1.1.1.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the execution of Salesforce Apex, LWC, and Flow tests. It reports coverage to the CLI logs and the GitHub step summary, and writes coverage reports to paths expected by quality tools like SonarQube/SonarCloud or Codecov. The action is configurable to run only certain types of tests, and provides a streamlined way to include tests in CI workflows.
August 12, 2026
SFDX Deploy
Version updated for https://github.com/svierk/sfdx-deploy to version v1.2.2.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The SFDX Deploy GitHub Action automates the deployment of Salesforce metadata to a target org, supporting source directories, manifest files, and metadata component selectors. It includes options for test levels, dry runs, and delta deployments, making it suitable for pull request validation and actual deployments to higher environments. The action also provides functionality to delete metadata deletions as post-destructive changes in delta mode.