Skip to content

Add online command and make it easier to run commands #66

Add online command and make it easier to run commands

Add online command and make it easier to run commands #66

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: borales/actions-yarn@v4
with:
cmd: install
- uses: borales/actions-yarn@v4
with:
cmd: test