mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
13 lines
188 B
YAML
13 lines
188 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 run bundle
|
|
- run: npm test
|