mirror of
https://github.com/Redocly/redoc.git
synced 2026-01-13 03:25:56 +03:00
17 lines
242 B
YAML
17 lines
242 B
YAML
name: Unit Tests
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
pull_request:
|
|
|
|
jobs:
|
|
build-and-unit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- run: npm ci
|
|
- run: npm run bundle
|
|
- run: npm test
|