Skip to content

canister_factory

canister_factory #149

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