Skip to content

ci: Add test option to build script #2

ci: Add test option to build script

ci: Add test option to build script #2

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- '*'
push:
branches: [main, ci]
jobs:
build:
name: Run build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: python3 build.py test