mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-21 17:21:58 +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
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build-and-e2e:
|
||||
|
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Unit Tests
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build-and-unit:
|
||||
|
|
Loading…
Reference in New Issue
Block a user