Skip to content

Change window debug to conditional (#250) #112

Change window debug to conditional (#250)

Change window debug to conditional (#250) #112

Workflow file for this run

name: Master Build
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- name: install, build, and test
run: |
yarn
yarn build
yarn test
env:
CI: true