File tree Expand file tree Collapse file tree 5 files changed +3006
-2415
lines changed
Expand file tree Collapse file tree 5 files changed +3006
-2415
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,11 @@ jobs:
3030 with :
3131 node-version : ${{ matrix.node-version }}
3232
33- - name : Install yarn
34- run : npm i -g yarn
3533 - name : Install dependencies
36- run : yarn install
34+ run : npm ci
35+ - run : npm install
3736 - name : Run the tests
38- run : yarn test && yarn report
37+ run : npm test && npm run report
3938 - name : Upload coverage to Codecov
4039 uses : codecov/codecov-action@v1
4140 with :
Original file line number Diff line number Diff line change 3030 - run : npm ci
3131 - run : npm publish
3232 env :
33- NODE_AUTH_TOKEN : ${{secrets.npm_token }}
33+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
3434
3535 publish-gpr :
3636 needs : build
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ tests/cases/user/*/**/*.d.ts
8686tests /baselines /reference /dt
8787.failed-tests
8888TEST-results.xml
89- package-lock.json
9089tests /cases /user /TypeScript-React-Starter /TypeScript-React-Starter
9190tests /cases /user /TypeScript-Node-Starter /TypeScript-Node-Starter
9291tests /cases /user /TypeScript-React-Native-Starter /TypeScript-React-Native-Starter
You can’t perform that action at this time.
0 commit comments