Skip to content

.github/workflows/test.yml #12

.github/workflows/test.yml

.github/workflows/test.yml #12

Workflow file for this run

on:
push:
workflow_dispatch:
schedule:
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
- run: npm install -g bs-platform
- run: npm install
- run: ./run_tests.sh