Skip to content

Commit d425c46

Browse files
committed
restore test
1 parent e6b1793 commit d425c46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
cache: 'npm'
2020

2121
- run: npm ci
22-
# - name: Install Playwright Browsers
23-
# run: npx playwright install --with-deps chromium
22+
- name: Install Playwright Browsers
23+
run: npx playwright install --with-deps chromium
2424
- run: npm run build --if-present
25-
# - run: npm test
25+
- run: npm test
2626

2727
publish-npm:
2828
needs: build

0 commit comments

Comments
 (0)