Browse Source

comment out test

yohei0125 4 years ago
parent
commit
6bf3269a95
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ci-app.yml

+ 2 - 1
.github/workflows/ci-app.yml

@@ -95,7 +95,8 @@ jobs:
       - name: yarn test
         working-directory: ./packages/app
         run: |
-          yarn test:ci --selectProjects unit server ; yarn test:ci --selectProjects server-v5
+          # yarn test:ci --selectProjects unit server
+          yarn test:ci --selectProjects server-v5
         env:
           MONGO_URI: mongodb://localhost:${{ job.services.mongodb.ports['27017'] }}/growi_test