comment out heartbeat #78
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Motoko Tests | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: aviate-labs/[email protected] | |
with: | |
dfx-version: 0.9.3 | |
install-moc: true | |
vessel-version: 0.6.2 | |
- run: for i in $(find src -name '*.test.mo') ; do moc $(vessel sources) -r $i ; done |