feat: limit max number of items in collection to scan (#430) #62
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: SDK Compliance Tests | |
| permissions: | |
| contents: read | |
| packages: read | |
| pull-requests: write | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| compliance: | |
| name: PostHog SDK compliance tests | |
| uses: PostHog/posthog-sdk-test-harness/.github/workflows/test-sdk-action.yml@main | |
| with: | |
| adapter-dockerfile: "sdk_compliance_adapter/Dockerfile" | |
| adapter-context: "." | |
| test-harness-version: "latest" |