Skip to content

Commit 31191cd

Browse files
committed
Enforce test run on phpunit.xml.dist changes
1 parent 5af4345 commit 31191cd

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'examples/**'
99
- 'composer.lock'
1010
- 'composer.json'
11+
- 'phpunit.xml.dist'
1112
push:
1213
branches: [ 1.x ]
1314
paths:
@@ -18,6 +19,7 @@ on:
1819
- 'examples/**'
1920
- 'composer.lock'
2021
- 'composer.json'
22+
- 'phpunit.xml.dist'
2123
schedule:
2224
- cron: '0 4 * * *'
2325
workflow_dispatch:
@@ -50,4 +52,4 @@ jobs:
5052
uses: ./.github/workflows/job-mutation-tests.yml
5153

5254
benchmark-tests:
53-
uses: ./.github/workflows/job-benchmark-tests.yml
55+
uses: ./.github/workflows/job-benchmark-tests.yml

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
<testsuite name="lib-parquet-viewer-integration">
7373
<directory>src/lib/parquet-viewer/tests/Flow/ParquetViewer/Tests/Integration</directory>
7474
</testsuite>
75-
<testsuite name="snappy-integration">
75+
<testsuite name="lib-snappy-integration">
7676
<directory>src/lib/snappy/tests/Flow/Snappy/Tests/Integration</directory>
7777
</testsuite>
78-
<testsuite name="types-unit">
78+
<testsuite name="lib-types-unit">
7979
<directory>src/lib/types/tests/Flow/Types/Tests/Unit</directory>
8080
</testsuite>
8181
<testsuite name="bridge-filesystem-azure-unit">

0 commit comments

Comments
 (0)