File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
test-go :
16
16
name : Test Go
17
- runs-on : ubuntu-latest
17
+ runs-on : rspack- ubuntu-22.04-large
18
18
strategy :
19
19
matrix :
20
20
go-version : ['1.24.1']
35
35
36
36
test-node :
37
37
name : Test npm packages
38
- runs-on : ubuntu-latest
38
+ runs-on : rspack- ubuntu-22.04-large
39
39
strategy :
40
40
matrix :
41
41
go-version : ['1.24.1']
69
69
- name : TypeCheck
70
70
run : pnpm typecheck
71
71
72
+ - name : Install xvfb and dependencies
73
+ if : runner.os == 'Linux'
74
+ run : |
75
+ sudo apt-get update
76
+ sudo apt-get install -y xvfb libxss1 libgtk-3-0 libgconf-2-4 libnss3 libxrandr2 libasound2 libpangocairo-1.0-0 libatk1.0-0 libcairo-gobject2 libgtk-3-0 libgdk-pixbuf2.0-0
77
+
72
78
- name : Test on Linux
73
79
if : runner.os == 'Linux'
74
80
run : xvfb-run -a pnpm -r test
85
91
- test-go
86
92
- test-node
87
93
if : always()
88
- runs-on : ubuntu-latest
94
+ runs-on : rspack- ubuntu-22.04-large
89
95
name : CI Done
90
96
steps :
91
97
- run : exit 1
You can’t perform that action at this time.
0 commit comments