diff --git a/.github/workflows/manual-release-from-pr.yml b/.github/workflows/manual-release-from-pr.yml index 21c9848bc0..e5d13c2c04 100644 --- a/.github/workflows/manual-release-from-pr.yml +++ b/.github/workflows/manual-release-from-pr.yml @@ -16,8 +16,6 @@ jobs: run: npm ci - name: Set up project run: npm run bootstrap - - name: Run tests - run: npm run test:patchset - name: Release to NPM env: NPM_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index e94bb9f8ba..625ee868b8 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -18,14 +18,6 @@ jobs: run: npm ci - name: Bootstrap project run: npm run bootstrap - - name: Run test for the patchset - run: USE_REACT_STRICT_MODE=1 npm run test:patchset -# commented out because our danger script needs the same version of yarn on master and on a branch. -# TODO uncomment when this PR is merged -# - name: Calculate bundle size -# run: yarn danger ci -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build docs-app run: npm run build:docs - name: Deploy preview docs