Skip to content

Commit 3990e95

Browse files
committed
changed integration tests to run every time
1 parent 1909be5 commit 3990e95

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

.github/workflows/test-ci.yml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,14 @@ jobs:
5353
with:
5454
filters: |
5555
e2e:
56-
- 'src/**'
57-
- 'frontend/**'
58-
- 'tests/**'
59-
- 'scripts/**'
60-
- 'flows/**'
61-
- 'docker-compose.yml'
62-
- 'Dockerfile*'
63-
- 'Makefile'
64-
- '.github/workflows/test-ci.yml'
56+
- '**'
57+
- '!docs/**'
58+
- '!**/*.md'
6559
integration:
66-
- 'src/**.py'
67-
- 'tests/**.py'
68-
- 'pyproject.toml'
69-
- 'uv.lock'
70-
- 'sdks/**'
71-
- 'flows/**'
72-
- 'Makefile'
73-
- 'scripts/**'
74-
- '.github/workflows/test-ci.yml'
60+
- '**'
61+
- '!frontend/**'
62+
- '!docs/**'
63+
- '!**/*.md'
7564
7665
build-images:
7766
needs: changes

0 commit comments

Comments
 (0)