Skip to content

Commit 90b2f5e

Browse files
committed
2080: debug
1 parent 03df6c8 commit 90b2f5e

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/workflows/uitests.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,11 @@ jobs:
6868
export DISPLAY=:99.0
6969
./gradlew test -PexcludeTests="**/reference/**,**/linemarker/**,**/inspections/**,**/completion/**,**/actions/**"
7070
71-
# Uncomment if investigation is needed:
72-
#
73-
# - name: Capture Test Artifacts on Failure
74-
# if: failure() && matrix.os == 'ubuntu-latest'
75-
# run: tar -cvzf video.tgz ./video
76-
# shell: bash
77-
#
78-
# - name: Upload Test Video Artifact
79-
# if: failure() && matrix.os == 'ubuntu-latest'
80-
# uses: actions/upload-artifact@v4
81-
# with:
82-
# name: latest-test-video
83-
# path: video.tgz
84-
# overwrite: true
71+
#Uncomment if investigation is needed:
72+
- name: Upload Test Video Artifact
73+
if: failure() && matrix.os == 'ubuntu-latest'
74+
uses: actions/upload-artifact@v4
75+
with:
76+
name: latest-test-video
77+
path: ./video
78+
overwrite: true

0 commit comments

Comments
 (0)