mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-11 16:52:32 +03:00
add pr for tests
This commit is contained in:
parent
3c32df88b3
commit
81fcb135cf
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Tests e2e
|
name: Tests e2e
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-e2e:
|
build-and-e2e:
|
||||||
|
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-unit:
|
build-and-unit:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user