Skip to content

Merge pull request #24 from ton-org/feat/reopenable-contract-provider #52

Merge pull request #24 from ton-org/feat/reopenable-contract-provider

Merge pull request #24 from ton-org/feat/reopenable-contract-provider #52

Workflow file for this run

# Simple workflow for testing
name: Run tests
on:
# Runs on pushes and PRs targeting the default branch
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Node.js
uses: actions/setup-node@v3
- run: npm install
- run: npm run test