Skip to content

Commit

Permalink
Remove step: Check /build/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Aug 1, 2023
1 parent ada45ff commit 9ab4e27
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeoss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Update product json
run: echo '${{ needs.generate-product-configurations.outputs.product-json }}' >product.json

- name: Install build tools
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
run: |
Expand Down Expand Up @@ -160,8 +157,8 @@ jobs:
node build/azure-pipelines/common/listNodeModules.js .build/node_modules_list.txt
tar -cJf .build/node_modules_cache/cache.tar.xz -T .build/node_modules_list.txt
- name: Check /build/ folder
run: yarn --cwd build compile && ./.github/workflows/check-clean-git-state.sh
- name: Update product json
run: echo '${{ needs.generate-product-configurations.outputs.product-json }}' >product.json

- uses: ./.github/workflows/install-builtin-extensions
with:
Expand Down

0 comments on commit 9ab4e27

Please sign in to comment.