Skip to content

feat-near-workspace-issue-354: update nearcore version to 1.37+ #620

feat-near-workspace-issue-354: update nearcore version to 1.37+

feat-near-workspace-issue-354: update nearcore version to 1.37+ #620

Workflow file for this run

name: Test Sandbox
on:
pull_request:
push:
branches:
- main
jobs:
sandbox:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: [16]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test:sandbox:ci-with-ignore --fail-fast