Skip to content

Commit 75007b4

Browse files
authored
Update CI.yml to skip integration tests (#2596)
Exclude integration tests from CI workflow, they're run in a dedicated workflow. [skip ci]
1 parent 71a5afd commit 75007b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'lib/**'
88
- 'src/**'
99
- 'test/**'
10+
- '!test/integration/**'
1011
- 'Project.toml'
1112
push:
1213
branches:
@@ -18,6 +19,7 @@ on:
1819
- 'lib/**'
1920
- 'src/**'
2021
- 'test/**'
22+
- '!test/integration/**'
2123
- 'Project.toml'
2224
tags: '*'
2325

0 commit comments

Comments
 (0)