Skip to content

ci: centralize dev-env image version + bump to v1.2.0 #56

ci: centralize dev-env image version + bump to v1.2.0

ci: centralize dev-env image version + bump to v1.2.0 #56

name: canister-snapshots
on:
push:
branches: [master]
pull_request:
paths:
- rust/canister-snapshots/**
- .github/workflows/canister-snapshots.yml
- .github/workflows/_run-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rust-canister-snapshots:
uses: ./.github/workflows/_run-example.yml
with:
language: rust
working-directory: rust/canister-snapshots
run: |
icp network start -d
icp deploy
bash test.sh