2
0
yohei0125 4 жил өмнө
parent
commit
50b8a19690

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

@@ -95,8 +95,7 @@ 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