Skip to content

Commit 8dc6646

Browse files
committed
CI: install Chromium
1 parent d3d4746 commit 8dc6646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: ianwalter/playwright-container@43940dfa7d309fe3569b9df407ae9e84dcbf2e7f
13+
- name: install Chromium
14+
run: 'apt-get install -y --no-install-recommends chromium'
1315
- name: ⚙ bootstrap
1416
run: 'npm run bootstrap && npx _check_deps && npx _add_plugin_indexes'
1517
- name: 📐 types

0 commit comments

Comments
 (0)