Add new host APIs set_storage_or_clear and get_storage_or_zero #12866
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: Command Bot Tests | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
permissions: | |
contents: read | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
isdraft: | |
uses: ./.github/workflows/reusable-isdraft.yml | |
test-cmd-bot: | |
runs-on: ubuntu-latest | |
needs: [isdraft] | |
steps: | |
- uses: actions/checkout@v4 | |
- run: python3 .github/scripts/cmd/test_cmd.py |