Skip to content

Commit d931271

Browse files
fix: Possible missing installations
1 parent d7ba564 commit d931271

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ jobs:
101101

102102
testing:
103103
name: Run Unit Tests
104-
needs: [ smoke-tests ]
104+
# needs: [ smoke-tests ]
105105
runs-on: ubuntu-latest
106106
steps:
107+
- name: Install system dependencies
108+
run: sudo apt-get update && sudo apt-get install -y libxcb-xinerama0 libxkbcommon-x11-0
107109
- name: Restore images cache
108110
uses: actions/cache@v4
109111
with:

0 commit comments

Comments
 (0)