Skip to content

Commit ef63783

Browse files
committed
update the workflow
1 parent 4a214b9 commit ef63783

2 files changed

Lines changed: 1255 additions & 1206 deletions

File tree

.github/workflows/vscodepublish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ jobs:
2121
uses: actions/setup-node@v1
2222
with:
2323
node-version: "10.x"
24-
- run: yarn
25-
- run: npm list --production --parseable --depth=99999 --loglevel=error
26-
- run: yarn autoclean --init
27-
- run: echo "*.d.ts\n*.map\n@types" >> .yarnclean
28-
- run: yarn autoclean --force
29-
- run: yarn lint
24+
- run: yarn install
3025
- name: Run tests
3126
uses: GabrielBB/xvfb-action@v1.0
3227
with:

0 commit comments

Comments
 (0)