Skip to content

Merge pull request #10 from gucoi/fix_some_bug #26

Merge pull request #10 from gucoi/fix_some_bug

Merge pull request #10 from gucoi/fix_some_bug #26

Workflow file for this run

name: Tests Contract TS
on: push
jobs:
workflows:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install and test modules
run: |
cd ./contract-ts
yarn
yarn test