diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3dcca19cb05..1d57a7f0ab9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,8 +22,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm ci - - run: cd tests/site-cra && yarn && cd ../.. + - run: npm ci && cd tests/site-cra && yarn && cd ../.. - run: npm test env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}