devops: add bots for other browsers/platforms (#174)

This commit is contained in:
Yury Semikhatsky 2025-04-15 13:16:56 -07:00 committed by GitHub
parent 795a9d578a
commit 0d6bb2f547
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 38 additions and 6 deletions

View file

@ -18,7 +18,7 @@ jobs:
- run: npx playwright install --with-deps
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm run ctest
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}