mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 04:16:34 +03:00
1f417d67c6
Co-authored-by: Anastasiia Derymarko < anastasiia@redocly.com> Co-authored-by: Adam Altman <adam@redoc.ly> Co-authored-by: Ivana Isadora Devcic <33730345+skadinna@users.noreply.github.com>
14 lines
229 B
YAML
14 lines
229 B
YAML
name: Unit Tests
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
build-and-unit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- run: npm ci
|
|
- run: npm ci --prefix cli
|
|
- run: npm run bundle
|
|
- run: npm test
|