yohei0125 4 ani în urmă
părinte
comite
50b8a19690
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      .github/workflows/ci-app.yml

+ 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