File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 7
7
branches : [master]
8
8
9
9
jobs :
10
- NodeJS :
10
+ node :
11
+ name : Node.js
11
12
runs-on : ubuntu-latest
12
13
13
14
strategy :
35
36
- name : Run esbuild test
36
37
run : npm run test:esbuild
37
38
38
- NodeJS-with-transformer :
39
+ node-with-transformer :
40
+ name : Node.js /w transformer
39
41
runs-on : ubuntu-latest
40
42
41
43
strategy :
60
62
- name : Run node tests with transformer
61
63
run : TEST_TRANSFORMER=1 npm test
62
64
63
- Deno :
65
+ deno :
66
+ name : Deno
64
67
runs-on : ubuntu-latest
65
68
66
69
strategy :
90
93
- name : Run deno tests
91
94
run : npm run test:deno
92
95
93
- Bun :
96
+ bun :
97
+ name : Bun
94
98
runs-on : ubuntu-latest
95
99
96
100
strategy :
@@ -120,7 +124,8 @@ jobs:
120
124
- name : Run bun tests
121
125
run : npm run test:bun
122
126
123
- Browser :
127
+ browser :
128
+ name : Browser
124
129
runs-on : ubuntu-latest
125
130
126
131
steps :
@@ -141,7 +146,8 @@ jobs:
141
146
- name : Run browser tests
142
147
run : npm run test:browser
143
148
144
- Cloudflare-Workers :
149
+ cloudflare-workers :
150
+ name : Cloudflare Workers
145
151
runs-on : ubuntu-latest
146
152
147
153
steps :
You can’t perform that action at this time.
0 commit comments