ci: update workflow triggers to include workflow_dispatch for integration and unit tests
This commit is contained in:
parent
5884f9341e
commit
5d90602c88
@ -1,5 +1,8 @@
|
|||||||
name: Backend Integration Tests
|
name: Backend Integration Tests
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-rooms:
|
test-rooms:
|
||||||
|
|||||||
5
.github/workflows/backend-unit-test.yaml
vendored
5
.github/workflows/backend-unit-test.yaml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: Backend Unit Tests
|
name: Backend Unit Tests
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
|
|||||||
5
.github/workflows/wc-e2e-test.yaml
vendored
5
.github/workflows/wc-e2e-test.yaml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: WebComponent E2E Tests
|
name: WebComponent E2E Tests
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
webcomponent-e2e-test:
|
webcomponent-e2e-test:
|
||||||
|
|||||||
5
.github/workflows/wc-unit-test.yaml
vendored
5
.github/workflows/wc-unit-test.yaml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: WebComponent Unit Tests
|
name: WebComponent Unit Tests
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user