mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Skip compilation if the cache is hit
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -90,12 +90,15 @@ jobs:
|
||||
key: cacheCompiledCode-${{ env.GITHUB_SHA }}
|
||||
|
||||
- name: Compile Core
|
||||
if: ${{ steps.cacheCompiledCode.outputs.cache-hit != 'true' }}
|
||||
run: yarn gulp compile-build
|
||||
|
||||
- name: Compile Extensions
|
||||
if: ${{ steps.cacheCompiledCode.outputs.cache-hit != 'true' }}
|
||||
run: yarn gulp compile-extensions-build
|
||||
|
||||
- name: Minify VS Code
|
||||
if: ${{ steps.cacheCompiledCode.outputs.cache-hit != 'true' }}
|
||||
run: yarn gulp minify-vscode
|
||||
|
||||
build-linux-unit-tests:
|
||||
|
||||
Reference in New Issue
Block a user