Parcourir la source

chore: Publish and install fix 3

Michael Bromley il y a 2 ans
Parent
commit
b4232c9d54
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      .github/workflows/publish_and_install.yml

+ 6 - 6
.github/workflows/publish_and_install.yml

@@ -31,13 +31,13 @@ jobs:
     - name: Install Verdaccio
     - name: Install Verdaccio
       run: |
       run: |
         npm install -g verdaccio
         npm install -g verdaccio
-        npm install -g verdaccio-auth-memory
-        npm install -g verdaccio-memory
+#        npm install -g verdaccio-auth-memory
+#        npm install -g verdaccio-memory
         npm install -g wait-on
         npm install -g wait-on
-        tmp_registry_log=`mktemp`
-        mkdir -p $HOME/.config/verdaccio
-        cp -v ./.github/workflows/verdaccio/config.yaml $HOME/.config/verdaccio/config.yaml
-        nohup verdaccio --config $HOME/.config/verdaccio/config.yaml &>$tmp_registry_log &
+#        tmp_registry_log=`mktemp`
+#        mkdir -p $HOME/.config/verdaccio
+#        cp -v ./.github/workflows/verdaccio/config.yaml $HOME/.config/verdaccio/config.yaml
+        nohup verdaccio &
         wait-on http://localhost:4873
         wait-on http://localhost:4873
         TOKEN=$(curl -XPUT \
         TOKEN=$(curl -XPUT \
           -H "Content-type: application/json" \
           -H "Content-type: application/json" \