Skip to content

Commit e488412

Browse files
committed
Revert "ci: use chromium from ubuntu repos"
This reverts commit e6ffcf6.
1 parent 8875479 commit e488412

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)