Skip vscode dependencies for test phase

They aren't used so we can skip them.
This commit is contained in:
Asher 2020-03-27 13:01:48 -05:00
parent df1c34e291
commit 87ebf03eb7
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ jobs:
include:
- name: Test
if: tag IS blank
script: ./ci/image/run.sh "yarn && GITHUB_TOKEN=3229b0eec0a1622d6d1d1e00fca5b626070f5a10 yarn vscode && ./ci/ci.sh"
script: ./ci/image/run.sh "yarn && git submodule update --init && yarn vscode:patch && ./ci/ci.sh"
deploy: null
- name: Linux Release
if: tag IS present