Skip to content

Commit 606222e

Browse files
committed
chore: update e2e tests path
1 parent 91ed450 commit 606222e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
paths:
66
- ".github/workflows/node.yml"
77
- "src/**"
8-
- "tests/**"
8+
- "e2e/**"
99
- "package.json"
1010
- "pnpm-lock.yaml"
1111
pull_request:
1212
paths:
1313
- ".github/workflows/node.yml"
1414
- "src/**"
15-
- "tests/**"
15+
- "e2e/**"
1616
- "package.json"
1717
- "pnpm-lock.yaml"
1818
workflow_dispatch:

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"ignore": ["tests/**"],
2+
"ignore": ["e2e/**"],
33
"ignoreDependencies": ["@types/gulp"]
44
}

0 commit comments

Comments
 (0)