Skip to content

Commit fbd3ac0

Browse files
committed
πŸ”§ Run tests only on X11 but on GNOME 46 and 47
1 parent 74b7b51 commit fbd3ac0

258 files changed

Lines changed: 5 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/checks.ymlβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ jobs:
9191
matrix:
9292
version:
9393
- "39"
94+
- "40"
95+
- "41"
96+
- "rawhide"
9497
session:
9598
- "gnome-xsession"
96-
- "gnome-wayland-nested"
9799
steps:
98100
- uses: actions/checkout@v4
99101
- name: Download Dependencies
@@ -104,7 +106,7 @@ jobs:
104106
run: make
105107
- name: Test Burn-My-Windows
106108
run: sudo $GITHUB_WORKSPACE/tests/run-test.sh -v ${{ matrix.version }} -s ${{ matrix.session }}
107-
- uses: actions/upload-artifact@v3
109+
- uses: actions/upload-artifact@v4
108110
if: failure()
109111
with:
110112
name: result_${{ matrix.version }}_${{ matrix.session }}

β€Ž.github/workflows/references.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make
3131
- name: Generate References
3232
run: sudo $GITHUB_WORKSPACE/tests/generate-references.sh -v ${{ matrix.version }} -s ${{ matrix.session }}
33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: references-${{ matrix.session }}-${{ matrix.version }}
3636
path: tests/references/*${{ matrix.session }}-${{ matrix.version }}.png
-355 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
355 Bytes
355 Bytes
0 Bytes
-355 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)