Преглед изворни кода

Revert "CI Test Execution"

This reverts commit c98b918ba1d7ce4f0227e43c5a1bd4b75c16f608.
Shun Miyazawa пре 9 месеци
родитељ
комит
e0427821d2

+ 3 - 3
.github/workflows/ci-app-prod.yml

@@ -40,7 +40,7 @@ concurrency:
 jobs:
 jobs:
 
 
   test-prod-node20:
   test-prod-node20:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/168264-node-v22
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
     if: |
     if: |
       ( github.event_name == 'push'
       ( github.event_name == 'push'
         || github.base_ref == 'master'
         || github.base_ref == 'master'
@@ -55,7 +55,7 @@ jobs:
 
 
 
 
   test-prod-node22:
   test-prod-node22:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/168264-node-v22
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
     if: |
     if: |
       ( github.event_name == 'push'
       ( github.event_name == 'push'
         || github.base_ref == 'master'
         || github.base_ref == 'master'
@@ -71,7 +71,7 @@ jobs:
   # run-reg-suit-node20:
   # run-reg-suit-node20:
   #   needs: [test-prod-node20]
   #   needs: [test-prod-node20]
 
 
-  #   uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@support/168264-node-v22
+  #   uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@master
 
 
   #   if: always()
   #   if: always()
 
 

+ 3 - 3
.github/workflows/ci-app.yml

@@ -77,7 +77,7 @@ jobs:
           turbo run lint --filter=@growi/app --filter=./packages/*
           turbo run lint --filter=@growi/app --filter=./packages/*
 
 
       - name: Slack Notification
       - name: Slack Notification
-        uses: weseek/ghaction-slack-notification@support/168264-node-v22
+        uses: weseek/ghaction-slack-notification@master
         if: failure()
         if: failure()
         with:
         with:
           type: ${{ job.status }}
           type: ${{ job.status }}
@@ -141,7 +141,7 @@ jobs:
             packages/remark-growi-directive/coverage
             packages/remark-growi-directive/coverage
 
 
       - name: Slack Notification
       - name: Slack Notification
-        uses: weseek/ghaction-slack-notification@support/168264-node-v22
+        uses: weseek/ghaction-slack-notification@master
         if: failure()
         if: failure()
         with:
         with:
           type: ${{ job.status }}
           type: ${{ job.status }}
@@ -199,7 +199,7 @@ jobs:
           MONGO_URI: mongodb://localhost:${{ job.services.mongodb.ports['27017'] }}/growi_dev
           MONGO_URI: mongodb://localhost:${{ job.services.mongodb.ports['27017'] }}/growi_dev
 
 
       - name: Slack Notification
       - name: Slack Notification
-        uses: weseek/ghaction-slack-notification@support/168264-node-v22
+        uses: weseek/ghaction-slack-notification@master
         if: failure()
         if: failure()
         with:
         with:
           type: ${{ job.status }}
           type: ${{ job.status }}

+ 3 - 3
.github/workflows/ci-pdf-converter.yml

@@ -51,7 +51,7 @@ jobs:
         turbo run lint --filter=@growi/pdf-converter
         turbo run lint --filter=@growi/pdf-converter
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
@@ -87,7 +87,7 @@ jobs:
       run: turbo run dev:pdf-converter:ci
       run: turbo run dev:pdf-converter:ci
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
@@ -150,7 +150,7 @@ jobs:
       run: pnpm run start:prod:ci
       run: pnpm run start:prod:ci
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}

+ 3 - 3
.github/workflows/ci-slackbot-proxy.yml

@@ -62,7 +62,7 @@ jobs:
         turbo run lint --filter=@growi/slackbot-proxy --filter=@growi/slack
         turbo run lint --filter=@growi/slackbot-proxy --filter=@growi/slack
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
@@ -137,7 +137,7 @@ jobs:
         TYPEORM_PASSWORD:
         TYPEORM_PASSWORD:
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
@@ -229,7 +229,7 @@ jobs:
         TYPEORM_PASSWORD:
         TYPEORM_PASSWORD:
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}

+ 1 - 1
.github/workflows/draft-release.yml

@@ -67,7 +67,7 @@ jobs:
           echo "BASE_BRANCH=$BASE_BRANCH" >> $GITHUB_OUTPUT
           echo "BASE_BRANCH=$BASE_BRANCH" >> $GITHUB_OUTPUT
 
 
       - name: Create/Update Pull Request
       - name: Create/Update Pull Request
-        uses: bakunyo/git-pr-release-action@support/168264-node-v22
+        uses: bakunyo/git-pr-release-action@master
         env:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GIT_PR_RELEASE_BRANCH_PRODUCTION: ${{ steps.base-branch.outputs.BASE_BRANCH }}
           GIT_PR_RELEASE_BRANCH_PRODUCTION: ${{ steps.base-branch.outputs.BASE_BRANCH }}

+ 2 - 2
.github/workflows/release-rc-scheduled.yml

@@ -46,7 +46,7 @@ jobs:
 
 
 
 
   build-image-rc:
   build-image-rc:
-    uses: weseek/growi/.github/workflows/reusable-app-build-image.yml@support/168264-node-v22
+    uses: weseek/growi/.github/workflows/reusable-app-build-image.yml@master
     with:
     with:
       image-name: weseek/growi
       image-name: weseek/growi
       tag-temporary: latest-rc
       tag-temporary: latest-rc
@@ -57,7 +57,7 @@ jobs:
   publish-image-rc:
   publish-image-rc:
     needs: [determine-tags, build-image-rc]
     needs: [determine-tags, build-image-rc]
 
 
-    uses: weseek/growi/.github/workflows/reusable-app-create-manifests.yml@support/168264-node-v22
+    uses: weseek/growi/.github/workflows/reusable-app-create-manifests.yml@master
     with:
     with:
       tags: ${{ needs.determine-tags.outputs.TAGS }}
       tags: ${{ needs.determine-tags.outputs.TAGS }}
       registry: docker.io
       registry: docker.io

+ 2 - 2
.github/workflows/release-rc.yml

@@ -38,7 +38,7 @@ jobs:
 
 
 
 
   build-image-rc:
   build-image-rc:
-    uses: weseek/growi/.github/workflows/reusable-app-build-image.yml@support/168264-node-v22
+    uses: weseek/growi/.github/workflows/reusable-app-build-image.yml@master
     with:
     with:
       image-name: weseek/growi
       image-name: weseek/growi
       tag-temporary: latest-rc
       tag-temporary: latest-rc
@@ -49,7 +49,7 @@ jobs:
   publish-image-rc:
   publish-image-rc:
     needs: [determine-tags, build-image-rc]
     needs: [determine-tags, build-image-rc]
 
 
-    uses: weseek/growi/.github/workflows/reusable-app-create-manifests.yml@support/168264-node-v22
+    uses: weseek/growi/.github/workflows/reusable-app-create-manifests.yml@master
     with:
     with:
       tags: ${{ needs.determine-tags.outputs.TAGS }}
       tags: ${{ needs.determine-tags.outputs.TAGS }}
       registry: docker.io
       registry: docker.io

+ 3 - 3
.github/workflows/release.yml

@@ -105,7 +105,7 @@ jobs:
   build-app-image:
   build-app-image:
     needs: create-github-release
     needs: create-github-release
 
 
-    uses: weseek/growi/.github/workflows/reusable-app-build-image.yml@support/168264-node-v22
+    uses: weseek/growi/.github/workflows/reusable-app-build-image.yml@master
     with:
     with:
       source-version: refs/tags/v${{ needs.create-github-release.outputs.RELEASED_VERSION }}
       source-version: refs/tags/v${{ needs.create-github-release.outputs.RELEASED_VERSION }}
       image-name: weseek/growi
       image-name: weseek/growi
@@ -117,7 +117,7 @@ jobs:
   publish-app-image:
   publish-app-image:
     needs: [determine-tags, build-app-image]
     needs: [determine-tags, build-app-image]
 
 
-    uses: weseek/growi/.github/workflows/reusable-app-create-manifests.yml@support/168264-node-v22
+    uses: weseek/growi/.github/workflows/reusable-app-create-manifests.yml@master
     with:
     with:
       tags: ${{ needs.determine-tags.outputs.TAGS }}
       tags: ${{ needs.determine-tags.outputs.TAGS }}
       registry: docker.io
       registry: docker.io
@@ -145,7 +145,7 @@ jobs:
         readme-filepath: ./apps/app/docker/README.md
         readme-filepath: ./apps/app/docker/README.md
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-release-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-release-slack-notification@master
       with:
       with:
         channel: '#release'
         channel: '#release'
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
         url: ${{ secrets.SLACK_WEBHOOK_URL }}

+ 3 - 3
.github/workflows/reusable-app-prod.yml

@@ -93,7 +93,7 @@ jobs:
           apps/app/.next/analyze
           apps/app/.next/analyze
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
@@ -154,7 +154,7 @@ jobs:
         ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi
         ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
@@ -284,7 +284,7 @@ jobs:
         retention-days: 30
         retention-days: 30
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}

+ 1 - 1
.github/workflows/reusable-app-reg-suit.yml

@@ -78,7 +78,7 @@ jobs:
         pnpm run reg:run
         pnpm run reg:run
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@support/168264-node-v22
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}