Skip to content

Commit 2defdb6

Browse files
committed
Remove UI tests from GitHub Actions workflow
1 parent 29d0ad5 commit 2defdb6

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,4 @@ jobs:
3333
path: |
3434
build/reports/tests/
3535
build/reports/kover/
36-
build/reports/plugin-verification/
37-
38-
ui-tests:
39-
needs: build
40-
runs-on: ubuntu-latest
41-
# UI tests can be flaky in CI environments
42-
continue-on-error: true
43-
steps:
44-
- uses: actions/checkout@v4
45-
- name: Set up JDK 17
46-
uses: actions/setup-java@v4
47-
with:
48-
java-version: '17'
49-
distribution: 'temurin'
50-
cache: gradle
51-
- name: Download build artifacts
52-
uses: actions/download-artifact@v4
53-
with:
54-
name: plugin-archive
55-
path: build/libs
56-
- name: Run UI Tests
57-
uses: GabrielBB/xvfb-action@v1
58-
with:
59-
run: ./gradlew uiTests -Dui.test.headless=true -Djava.system.class.loader=java.lang.ClassLoader
60-
- name: Upload test reports
61-
if: always()
62-
uses: actions/upload-artifact@v4
63-
with:
64-
name: ui-test-reports
65-
path: |
66-
build/reports/tests/
67-
allure-results/
36+
build/reports/plugin-verification/

0 commit comments

Comments
 (0)