mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 04:16:34 +03:00
13 lines
196 B
YAML
13 lines
196 B
YAML
name: Unit Tests
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
build-and-unit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- run: npm ci
|
|
- run: npm run bundle
|
|
- run: npm test
|