Skip to content

chore: migrate frontend canisters from asset-canister to static-site … #59

chore: migrate frontend canisters from asset-canister to static-site …

chore: migrate frontend canisters from asset-canister to static-site … #59

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