Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d823caf

Browse files
committedJan 21, 2025·
Add chrome install
1 parent 022674e commit d823caf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
node-version: [18.x]
1616

1717
steps:
18+
- uses: browser-actions/setup-chrome@v1
1819
- uses: actions/checkout@v4
1920
- name: Use Node.js ${{ matrix.node-version }}
2021
uses: actions/setup-node@v4
2122
with:
2223
node-version: ${{ matrix.node-version }}
2324
cache: 'npm'
25+
- run: chrome --version
2426
- run: ls
2527
- run: npm run pretest
2628
- run: npm ci

0 commit comments

Comments
 (0)
Please sign in to comment.