Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork29
Fixed engine 'none'#290
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
name:build | |
on:[push, pull_request] | |
jobs: | |
build: | |
runs-on:macos-13 | |
steps: | |
-run:sw_vers | |
-uses:actions/checkout@v4 | |
-run:python -m pip install --upgrade packaging pip setuptools | |
-uses:actions/setup-node@v4 | |
with: | |
node-version:'20.x' | |
-run:npm install | |
-run:npm test | |
-run:npm run coverage | |
-uses:coverallsapp/github-action@v2 | |
with: | |
github-token:${{ secrets.GITHUB_TOKEN }} |