Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.135.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The aer GitHub Action enables developers to validate Apex code, execute tests, and simulate a lightweight Salesforce-compatible runtime directly within GitHub workflows. It automates the testing process, allowing for faster and more reproducible test cycles without requiring deployment to a Salesforce org. Key capabilities include running Apex tests, debugging code, and supporting Salesforce SObject metadata for realistic testing.
What’s Changed
Version v0.0.135
Remove Shared Database Architecture and Fix Static Field Precedence
Use Effective Field Type For Rollup Summary Storage and Retrieval
Add UserRecordAccess Relationship Query Support and WHERE Validation
Add Id Field to NamedCredential Schema
Add External ID Relationship Resolution to All DML Paths
Preserve Builtin Profiles When Merging Source Metadata
Store RecordTypeVisibilities as Native Go Type Instead of JSON String
Add toString Method for ApexPages.StandardController
Support Id[] to String[] Cast for Set Constructor
Allow String.abbreviate on Empty Strings with Any maxWidth
Use Lowercase Keys in Schema.getGlobalDescribe()
Fix Date Comparison Timezone Mismatch in Validation Rules
Implement Shift Compound Assignment Operators
Fix Date/DateTime Timezone Handling and Storage
Preserve Batch Update Timestamp Consistency