Skip to content

Commit 8fdc6b8

Browse files
committed
refactor
1 parent c4197fc commit 8fdc6b8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@ jobs:
5757
with:
5858
node-version: ${{ matrix.node }}
5959

60-
- name: Register user with Verdaccio
61-
run: |
62-
curl -X PUT http://localhost:4873/-/user/org.couchdb.user:dummy \
63-
-H "Content-Type: application/json" \
64-
-d '{
65-
"name": "dummy",
66-
"password": "dummy",
67-
"email": "[email protected]"
68-
}'
69-
7060
- name: Set up npm authentication
7161
run: |
7262
echo "//localhost:4873/:_auth=$(echo -n 'dummy:dummy' | base64)" >> ~/.npmrc
@@ -78,7 +68,17 @@ jobs:
7868
echo "Waiting for Verdaccio to be ready..."; sleep 2;
7969
done
8070
npm config set registry http://localhost:4873
81-
71+
72+
- name: Register user with Verdaccio
73+
run: |
74+
curl -X PUT http://localhost:4873/-/user/org.couchdb.user:dummy \
75+
-H "Content-Type: application/json" \
76+
-d '{
77+
"name": "dummy",
78+
"password": "dummy",
79+
"email": "[email protected]"
80+
}'
81+
8282
- name: Setup staging npm package
8383
if: ${{ github.event.inputs.package_url != '' }}
8484
run: |

0 commit comments

Comments
 (0)