Skip to content

Commit f70e1c1

Browse files
authored
ci: update *-test.yaml (#196)
1 parent 0cf5a24 commit f70e1c1

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Playwright E2E Tests
22

33
on:
4-
- pull_request
5-
- workflow_dispatch
4+
pull_request:
5+
paths:
6+
- 'template/tinyvue/**'
7+
workflow_dispatch:
68

79
jobs:
810
e2e-test:

.github/workflows/unit-test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: BackEnd UnitTest
22

33
on:
4-
- pull_request
5-
- workflow_dispatch
4+
pull_request:
5+
paths:
6+
- 'template/nestJs/**'
7+
workflow_dispatch:
68

79
jobs:
810
Backend:

0 commit comments

Comments
 (0)