Skip to content

Commit 317754c

Browse files
zakisktheakshaypant
authored andcommitted
test: run e2e on go.mod, go.sum and modules.txt
before **.go file are added in path changes condition to run e2e tests but if go.sum, go.mod or modules.txt changes, e2e test doesn't run. this commit adds them in path changes. Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
1 parent d49a8e0 commit 317754c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- "**.go"
2424
- ".github/workflows/**"
2525
- "test/testdata/**"
26+
- "vendor/**"
2627

2728
jobs:
2829
e2e-tests:

0 commit comments

Comments
 (0)