File tree 1 file changed +5
-6
lines changed 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
esbuild-rollup :
11
- name : esbuild CI (Rollup Tests)
11
+ # Split these out into their own runner because they're very slow
12
+ name : esbuild CI (Slow Tests)
12
13
runs-on : ubuntu-latest
13
14
14
15
steps :
27
28
uses : actions/checkout@v2
28
29
29
30
- name : Rollup Tests
30
- # Split these out into their own runner because they're very slow
31
31
run : make test-rollup
32
32
33
+ - name : Uglify Tests
34
+ run : CI=1 make uglify
35
+
33
36
esbuild :
34
37
name : esbuild CI
35
38
runs-on : ${{ matrix.os }}
@@ -142,10 +145,6 @@ jobs:
142
145
if : matrix.os == 'ubuntu-latest'
143
146
run : make test-preact-splitting
144
147
145
- - name : Uglify Tests
146
- if : matrix.os == 'ubuntu-latest'
147
- run : CI=1 make uglify
148
-
149
148
- name : Check the unicode table generator
150
149
if : matrix.os == 'ubuntu-latest'
151
150
run : cd scripts && node gen-unicode-table.js
You can’t perform that action at this time.
0 commit comments