Skip to content

Initial commit

Initial commit #1

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
- run: npm install -g bs-platform
- run: npm install
- run: ./run_tests.sh