Skip to content

cta: add machine status #314

cta: add machine status

cta: add machine status #314

Workflow file for this run

name: Run tests
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: yarn
- run: yarn
- run: yarn test