Skip to content

ic_pos

ic_pos #65

Workflow file for this run

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