Remove sdk as it moved to its own repo #479
Workflow file for this run
This file contains 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: Run Acceptance Tests from PR | |
on: | |
pull_request: | |
paths-ignore: | |
- 'CHANGELOG.md' | |
- 'CHANGELOG_PENDING.md' | |
jobs: | |
lint: | |
uses: ./.github/workflows/stage-lint.yml | |
test: | |
uses: ./.github/workflows/stage-test.yml | |
with: | |
enable-coverage: true | |
secrets: inherit |