Skip to content

[RELEASE] - @dop/redoc-cli@1.3.3 (#75) #286

[RELEASE] - @dop/redoc-cli@1.3.3 (#75)

[RELEASE] - @dop/redoc-cli@1.3.3 (#75) #286

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build-and-unit:
runs-on: ubuntu-latest
env:
NPM_BASE_64_AUTH: ${{ secrets.NPM_BASE_64_AUTH }}
NPM_EMAIL: ${{ secrets.NPM_EMAIL }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci && npm ci --prefix cli
- run: npm run bundle
- run: npm test