Skip to content

fix: handle malformed value for stop machine timeout #32

fix: handle malformed value for stop machine timeout

fix: handle malformed value for stop machine timeout #32

Workflow file for this run

name: Tests
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run all