File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments