Skip to content

Commit f42b32b

Browse files
committed
run only 1 test class
1 parent 8050c1b commit f42b32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: ['ubuntu-24.04', 'macos-15-xlarge', 'windows-2022']
19+
os: ['windows-2022']
2020
gradle: ['8.13', '9.3.0']
2121
agp: ['8.13.2', '9.0.0']
2222
runs-on: ${{ matrix.os }}
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: gradle-plugins
5151
run: |
5252
./gradlew assemble
53-
./gradlew --continue :preview-rpc:test :compose:test ':compose:test-Gradle(${{ matrix.gradle }})-Agp(${{ matrix.agp }})'
53+
./gradlew --continue :preview-rpc:test :compose:test ':compose:test-Gradle(${{ matrix.gradle }})-Agp(${{ matrix.agp }})' --tests "org.jetbrains.compose.test.tests.integration.WebCompatibilityDistributionTest"
5454
5555
- name: Upload Reports
5656
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)