Skip to content

Commit 385182c

Browse files
committed
Update test.yml
1 parent f6b946c commit 385182c

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Diff for: .github/workflows/test.yml

+12-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches: [master]
88

99
jobs:
10-
NodeJS:
10+
node:
11+
name: Node.js
1112
runs-on: ubuntu-latest
1213

1314
strategy:
@@ -35,7 +36,8 @@ jobs:
3536
- name: Run esbuild test
3637
run: npm run test:esbuild
3738

38-
NodeJS-with-transformer:
39+
node-with-transformer:
40+
name: Node.js /w transformer
3941
runs-on: ubuntu-latest
4042

4143
strategy:
@@ -60,7 +62,8 @@ jobs:
6062
- name: Run node tests with transformer
6163
run: TEST_TRANSFORMER=1 npm test
6264

63-
Deno:
65+
deno:
66+
name: Deno
6467
runs-on: ubuntu-latest
6568

6669
strategy:
@@ -90,7 +93,8 @@ jobs:
9093
- name: Run deno tests
9194
run: npm run test:deno
9295

93-
Bun:
96+
bun:
97+
name: Bun
9498
runs-on: ubuntu-latest
9599

96100
strategy:
@@ -120,7 +124,8 @@ jobs:
120124
- name: Run bun tests
121125
run: npm run test:bun
122126

123-
Browser:
127+
browser:
128+
name: Browser
124129
runs-on: ubuntu-latest
125130

126131
steps:
@@ -141,7 +146,8 @@ jobs:
141146
- name: Run browser tests
142147
run: npm run test:browser
143148

144-
Cloudflare-Workers:
149+
cloudflare-workers:
150+
name: Cloudflare Workers
145151
runs-on: ubuntu-latest
146152

147153
steps:

0 commit comments

Comments
 (0)