mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
fix: add run all test on push
This commit is contained in:
parent
ccb18604a6
commit
9cbbb31bcb
|
@ -1,12 +1,14 @@
|
|||
name: Unit Tests
|
||||
name: Tests
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-and-unit:
|
||||
build-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: npm ci
|
||||
- run: npm run bundle
|
||||
- run: npm test
|
||||
- run: npm run e2e
|
||||
- run: run run e2e-ci
|
Loading…
Reference in New Issue
Block a user