Skip to content

canister-info

canister-info #72

Workflow file for this run

name: canister-info
on:
schedule:
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
push:
branches: [master]
pull_request:
paths:
- rust/canister-info/**
- .github/workflows/canister-info.yml
- .github/workflows/_run-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rust-canister-info:
uses: ./.github/workflows/_run-example.yml
with:
language: rust
working-directory: rust/canister-info
run: |
icp network start -d
icp deploy
bash test.sh