Skip to content

Commit

Permalink
Fix compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Aug 2, 2023
1 parent 68bd3f8 commit f24d082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeoss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
cache-version: ${{ env.CACHE_VERSION }}

- name: Compile & Hygiene
run: yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check vscode-dts-compile-check tsec-compile-check
run: yarn npm-run-all -lp core-ci-pr extensions-ci-pr hygiene eslint valid-layers-check vscode-dts-compile-check tsec-compile-check

- name: Compile test suites
if: ${{ env.VSCODE_STEP_ON_IT == 'false' }}
Expand Down

0 comments on commit f24d082

Please sign in to comment.