Yuki Takei 6 лет назад
Родитель
Сommit
3fe5ae3e1f
1 измененных файлов с 7 добавлено и 2 удалено
  1. 7 2
      .github/workflows/ci.yml

+ 7 - 2
.github/workflows/ci.yml

@@ -208,9 +208,9 @@ jobs:
         echo -n "node " && node -v
         echo -n "node " && node -v
         echo -n "npm " && npm -v
         echo -n "npm " && npm -v
         yarn list --depth=0
         yarn list --depth=0
-    - name: yarn build:prod
+    - name: yarn build:prod:analyze
       run: |
       run: |
-        yarn build:prod
+        yarn build:prod:analyze
     - name: yarn install --production
     - name: yarn install --production
       run: |
       run: |
         yarn install --production
         yarn install --production
@@ -229,6 +229,11 @@ jobs:
       env:
       env:
         MONGO_URI: mongodb://localhost:27017/growi
         MONGO_URI: mongodb://localhost:27017/growi
 
 
+    - uses: actions/upload-artifact@v1
+      with:
+        name: Report
+        path: report
+
     - name: Slack Notification
     - name: Slack Notification
       uses: homoluctus/slatify@master
       uses: homoluctus/slatify@master
       if: failure()
       if: failure()