Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c05cd88

Browse files
committed
full test req chrome, takes too long; just linting will catch syntax
1 parent d1528b3 commit c05cd88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v4
99
- run: npm ci
10-
- run: npm test
10+
- run: npm run lint
11+
- run: npm run custom-bundle -- --traces pie,bar,sunburst --transforms none
1112
- uses: actions/upload-artifact@v4
1213
with:
1314
name: plotly-custom.min.js

0 commit comments

Comments
 (0)