Skip to content

Commit

Permalink
WIP: remove tests from automation for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrTopi committed Feb 28, 2024
1 parent 7435d5c commit c443c4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/manual-release-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c443c4a

Please sign in to comment.