Skip to content

Commit 939a370

Browse files
committed
try macos
1 parent 7bb68ac commit 939a370

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/ci.yml

+17-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
test:
13+
ubuntu:
1414
runs-on: ubuntu-latest
1515

1616
steps:
@@ -25,3 +25,19 @@ jobs:
2525

2626
- name: Run
2727
run: deno task run
28+
29+
mac:
30+
runs-on: macos-latest
31+
32+
steps:
33+
- name: Checkout Repository
34+
uses: actions/checkout@v4
35+
36+
- name: Install Deno
37+
uses: denoland/setup-deno@v1
38+
39+
- name: Install chromium
40+
run: deno run -A npm:[email protected] install --with-deps chromium
41+
42+
- name: Run
43+
run: deno task run

0 commit comments

Comments
 (0)