File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1919 run : yarn install --frozen-lockfile
2020 - name : Prepare Npm
2121 run : sh npm.sh
22- env :
23- REGISTRY_AUTH_TOKEN : ${{ secrets.REGISTRY_AUTH_TOKEN }}
24- REGISTRY_URL : registry.npmjs.org
2522 - name : Test
26- run : npm run test
27- env :
28- REGISTRY_AUTH_TOKEN : ${{ secrets.REGISTRY_AUTH_TOKEN }}
29- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Github already has this token by default in repo
30- REGISTRY_URL : registry.npmjs.org
23+ run : npm run testd
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ module.exports = async function run(registryUrl = registry) {
5252
5353 assert . strictEqual (
5454 shell . ls ( "packages/" ) . length + ignorePackages . length ,
55- 41 ,
56- "Something wrong while deleting ignored + deprecated package. Expected 41 but got " +
55+ 42 ,
56+ "Something wrong while deleting ignored + deprecated package. Expected 42 but got " +
5757 parseInt ( shell . ls ( "packages/" ) . length + ignorePackages . length )
5858 ) ;
5959
You can’t perform that action at this time.
0 commit comments