Skip to content

Add remove_bot callable by proposal or bot owner #232

Add remove_bot callable by proposal or bot owner

Add remove_bot callable by proposal or bot owner #232

on:
pull_request:
branches:
- master
paths:
- "**.rs"
- "**.toml"
- "**/Cargo.lock"
- ".github/workflows/integration_tests.yaml"
name: Integration tests
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
integration_tests:
name: run integration tests
runs-on:
- runs-on
- runner=16cpu-linux-x64
- family=m7i
- run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: Swatinem/rust-cache@v2
with:
shared-key: "build-wasms"
save-if: "false"
- uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build canister wasms
run: ./scripts/generate-all-canister-wasms.sh
- name: Run integration tests
run: ./scripts/run-integration-tests.sh local