Skip to content

feat(vetkeys): adopt EncryptedMaps mixins in the Motoko examples (ic-… #138

feat(vetkeys): adopt EncryptedMaps mixins in the Motoko examples (ic-…

feat(vetkeys): adopt EncryptedMaps mixins in the Motoko examples (ic-… #138

Workflow file for this run

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