We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdc706 commit 5364924Copy full SHA for 5364924
1 file changed
.github/workflows/CI.yml
@@ -65,11 +65,6 @@ jobs:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
PR_DEPLOY_URL_ROOT: ${{ steps.deploy.outputs.static_web_app_url }}
67
68
- - name: "Validates that TypeScript plugins work"
69
- run: |
70
- cd ..
71
- npm init typescript-playground-plugin playground-my-plugin
72
-
73
windows:
74
if: github.event.action != 'closed'
75
runs-on: windows-latest
@@ -89,8 +84,3 @@ jobs:
89
84
90
85
- run: yarn bootstrap
91
86
- run: yarn build
92
93
94
95
96
0 commit comments