Skip to content

Merge pull request #90 from gmajor-encrypt/dependabot/npm_and_yarn/sc… #12

Merge pull request #90 from gmajor-encrypt/dependabot/npm_and_yarn/sc…

Merge pull request #90 from gmajor-encrypt/dependabot/npm_and_yarn/sc… #12

Workflow file for this run

name: scale-ts-test
on:
push:
branches: [main]
paths:
- 'scale-ts/**'
pull_request:
branches: [ main ]
paths:
- 'scale-ts/**'
jobs:
test:
name: Build and TEST
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
- name: build-ffi
run: make
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Test
run: |
cd scale-ts
npm install
npm test