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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user