File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- version : 2
1+ version : 2s
22updates :
33 - package-ecosystem : npm
44 directory : " /"
Original file line number Diff line number Diff line change 3030 node-version : ' 14.x'
3131 - name : Install dependencies
3232 run : yarn --frozen-lockfile
33+ - name : Run Tests
34+ run : yarn test
3335 - name : Build Docs
3436 run : npm run docs:build
3537 - name : Inject CName into Build
Original file line number Diff line number Diff line change 2626 node-version : ' 14.x'
2727 - name : Install dependencies
2828 run : yarn --frozen-lockfile
29+ - name : Run tests
30+ run : yarn test
2931 - name : Start test build
3032 run : npm run build
3133
Original file line number Diff line number Diff line change 3535 node-version : ' 14.x'
3636 - name : Install dependencies
3737 run : yarn --frozen-lockfile
38+ - name : Run tests
39+ run : yarn test
3840 - name : Run build
3941 run : npm run build
4042 - name : Create Release
7779 node-version : ' 14.x'
7880 - name : Install dependencies
7981 run : yarn --frozen-lockfile
80- - run : echo "Tagged Version ${{ needs.tagged-release.outputs.VERSION_TAG }}"
82+ - name : Run tests
83+ run : yarn test
8184 - name : Publish NPM Package
8285 uses : JS-DevTools/npm-publish@v1
8386 with :
You can’t perform that action at this time.
0 commit comments