Skip to content

refactor(motoko/icrc2-swap): import the ICRC .did directly (moc 1.13.0 idl:) #114

refactor(motoko/icrc2-swap): import the ICRC .did directly (moc 1.13.0 idl:)

refactor(motoko/icrc2-swap): import the ICRC .did directly (moc 1.13.0 idl:) #114

Workflow file for this run

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