File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 4545 path : test1
4646
4747 - name : prep etherpad >> test1
48- run : cd test1/src && pnpm i
48+ run : cd test1 && pnpm i
49+ - name : Copy settings json for Dirty db to be active
50+ run : cp test1/settings.json.template test1/settings.json
4951
5052 - name : start etherpad >> test1
5153 run : cd test1 && pnpm run prod > test1log.txt &
Original file line number Diff line number Diff line change 4646 path : test1
4747
4848 - name : prep etherpad >> test1
49- run : cd test1/src && pnpm i
49+ run : cd test1 && pnpm i
50+
51+ - name : Copy settings json for Dirty db to be active
52+ run : cp test1/settings.json.template test1/settings.json
5053
5154 - name : start etherpad >> test1
5255 run : cd test1 && pnpm run prod &
6265 run : sed 's/9001/9002/g' test2/settings.json.template > test2/settings.json
6366
6467 - name : prep etherpad >> test2
65- run : cd test2/src && pnpm i
68+ run : cd test2 && pnpm i
6669
6770 - name : start etherpad >> test2
6871 run : cd test2 && pnpm run prod &
7881 run : sed 's/9001/9003/g' test2/settings.json.template > test3/settings.json
7982
8083 - name : prep etherpad >> test3
81- run : cd test3/src && pnpm i
84+ run : cd test3 && pnpm i
8285
8386 - name : start etherpad >> test3
8487 run : cd test3 && pnpm run prod &
Original file line number Diff line number Diff line change 7575 git push --follow-tags
7676 # This is required if the package has a prepare script that uses something
7777 # in dependencies or devDependencies.
78+ # Workaround based on https://github.com/pnpm/pnpm/issues/3141
79+ - name : Set publishing config
80+ run : pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
81+ env :
82+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
7883 -
7984 run : pnpm i
8085 # `npm publish` must come after `git push` otherwise there is a race
8994 # the second's will succeed.
9095 -
9196 run : pnpm publish
92- env :
93- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
9497 -
9598 name : Add package to etherpad organization
96- run : pnpm access grant read-write etherpad:developers
99+ run : npm access grant read-write etherpad:developers
97100 env :
98101 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 4747
4848 - name : prep etherpad >> test1
4949 run : cd test1 && pnpm i
50+ - name : Copy settings json for Dirty db to be active
51+ run : cp test1/settings.json.template test1/settings.json
5052
5153 - name : start etherpad >> test1
5254 run : cd test1 && pnpm run prod &
You can’t perform that action at this time.
0 commit comments