nyx-dashboard/.github/workflows/yarn.yml
2023-03-03 16:48:43 +00:00

14 lines
364 B
YAML

name: CI
on: [push]
jobs:
build:
name: Build Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.3.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.3.0
with:
cmd: build # will run `yarn build` command