diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index f45df4b6c..ef5d86b06 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -18,10 +18,10 @@ jobs: node-version: 14.21.x cache: 'yarn' - - name: Install dependencies - run: | - yarn config set strict-ssl false - yarn + # - name: Install dependencies + # run: | + # yarn config set strict-ssl false + # yarn # - name: Run # run: |