Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.89.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The aer GitHub Action provides a lightweight Salesforce-compatible runtime for validating Apex code, running tests, and debugging without needing to deploy to a Salesforce org. It streamlines development workflows by enabling fast, reproducible test cycles and automating Apex test execution in CI/CD pipelines. The tool also supports interactive debugging and integration with metadata, making it ideal for efficient development and testing of Salesforce projects.
Release notes
Version v0.0.89
Add Missing ContentVersion Fields to Default Schema
Normalize ChildRelationship Type Instances
Treat Null Currency Fields as Zero in Validation Rule Comparisons
Fix DAY, MONTH, YEAR Formula Functions With VM Date Types
Implement BatchApexErrorEvent Publishing For RaisesPlatformEvents
Fix Blob String ValueOf Formatting
Track EventBusSubscriber Position On Delivery
Add Location Standard ID Prefix
Fix Nested Relationship Permission Checks
Store RecordType NamespacePrefix as Separate Field
Load LSP Sources From sfdx Package Directories
Fix LSP SObject Resolution And Completion Regressions
Preserve Local Field Names Within Same Namespace Context
Handle Map Literal Duplicate Keys
Fix Enum Instance Method Return Types For Constructor Matching
Implement Integer Wraparound; Add Modulo Errors to Type Checker
Fix Subquery Relationship Fields With Both Two-Level And Multi-Level Paths