Skip to content

Place CI at root to be triggered. #1

Place CI at root to be triggered.

Place CI at root to be triggered. #1

Workflow file for this run

name: massa sc ci tests
on: [push]
jobs:
sc-unit-tests:
defaults:
run:
working-directory: ./smart-contract
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install
run: npm ci
- name: Test
run: npm run test