Skip to content

Commit b96b76b

Browse files
committed
ci: use chromium from ubuntu repos
1 parent f088a3a commit b96b76b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ jobs:
55
steps:
66
- uses: actions/checkout@v6
77
- uses: actions/setup-node@v6
8+
- run: apt-get install -y chromium
89
- name: dependencies
910
run: npm install
1011
- run: mkdir -p dist
1112
- name: build
1213
run: npx rollup index.js -o dist/aria.js -f umd -n aria
1314
- name: test
14-
run: npx mocha-headless-chrome -a no-sandbox -f test/index.html
15+
run: PUPPETEER_EXECUTABLE_PATH=$(which chromium) npx mocha-headless-chrome -a no-sandbox -f test/index.html

0 commit comments

Comments
 (0)