Skip to content

test: add e2e tests and improve test infrastructure #324

test: add e2e tests and improve test infrastructure

test: add e2e tests and improve test infrastructure #324

Workflow file for this run

name: build
on:
schedule:
- cron: '0 0 1 * *'
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['lts/*']
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g grunt-cli
- run: yarn install
- run: grunt