Skip to content

Commit

Permalink
Pre-release dev_test_part34
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Aug 5, 2023
1 parent d119151 commit 75db05b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/codeoss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ env:
NODE_VERSION: 16
PYTHON_VERSION: "3.x"
RUST_VERSION: 1.65.0
CARGO_TERM_COLOR: always
CODE_ICO_URL: https://github.com/LcJuves/vscode/raw/94cba4eb314f52fd18b47b72459954fda65302d0/resources/win32/code.ico
VSCODE_STEP_ON_IT: false
CACHE_VERSION: 1691248850
PUBLISH_NAME: dev_test_part33
PUBLISH_TAG_NAME: dev_test_part33
CACHE_VERSION: 1691258443
PUBLISH_NAME: dev_test_part34
PUBLISH_TAG_NAME: dev_test_part34
PRE_RELEASE: true

defaults:
Expand Down Expand Up @@ -121,12 +122,6 @@ jobs:
with:
name: Product configurations

- name: Install build tools
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
run: |
sudo apt update -y
sudo apt install -y build-essential pkg-config libx11-dev libx11-xcb-dev libxkbfile-dev libsecret-1-dev libnotify-bin libkrb5-dev
- name: Compute node modules cache key
id: compute-node-modules-cache-key
run: echo "key=$(node build/azure-pipelines/common/computeNodeModulesCacheKey.js compile)" >>"$GITHUB_OUTPUT"
Expand All @@ -142,6 +137,12 @@ jobs:
if: ${{ steps.cache-node-modules.outputs.cache-hit == 'true' }}
run: tar -xJf .build/node_modules_cache/cache.tar.xz

- name: Install build tools
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
run: |
sudo apt update -y
sudo apt install -y build-essential pkg-config libx11-dev libx11-xcb-dev libxkbfile-dev libsecret-1-dev libnotify-bin libkrb5-dev
- name: Install dependencies
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
run: |
Expand Down Expand Up @@ -173,7 +174,7 @@ jobs:
timeout-minutes: 90
run: |
yarn npm-run-all -lp \
core-ci extensions-ci-pr hygiene eslint \
core-ci-pr extensions-ci-pr hygiene eslint \
valid-layers-check vscode-dts-compile-check tsec-compile-check
- name: Compile test suites
Expand Down

0 comments on commit 75db05b

Please sign in to comment.