Skip to content

WIP replace @lume/variable with classy-solid and update to stage 3 de… #512

WIP replace @lume/variable with classy-solid and update to stage 3 de…

WIP replace @lume/variable with classy-solid and update to stage 3 de… #512

Workflow file for this run

name: tests
on: [push]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
# TODO get tests working in Windows and macOS (help wanted!)
# windows-latest
# macos-latest
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
token: ${{ secrets.ACCESS_TOKEN }}
- name: Use Node.js latest
uses: actions/setup-node@v3
with:
node-version: 17
- name: npm install, build, and test
run: |
npm run fresh
npm run test:all:ci
env:
CI: true