Skip to content

Merge pull request #17 from near-examples/update-readmes #55

Merge pull request #17 from near-examples/update-readmes

Merge pull request #17 from near-examples/update-readmes #55

Workflow file for this run

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