Skip to content

Commit 5364924

Browse files
committed
Remove checks for published playground package init in CI
1 parent 2bdc706 commit 5364924

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ jobs:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
PR_DEPLOY_URL_ROOT: ${{ steps.deploy.outputs.static_web_app_url }}
6767

68-
- name: "Validates that TypeScript plugins work"
69-
run: |
70-
cd ..
71-
npm init typescript-playground-plugin playground-my-plugin
72-
7368
windows:
7469
if: github.event.action != 'closed'
7570
runs-on: windows-latest
@@ -89,8 +84,3 @@ jobs:
8984

9085
- run: yarn bootstrap
9186
- run: yarn build
92-
93-
- name: "Validates that TypeScript plugins work"
94-
run: |
95-
cd ..
96-
npm init typescript-playground-plugin playground-my-plugin

0 commit comments

Comments
 (0)