Skip to content

Commit c12b2ef

Browse files
Added caching to windows workflow (#4943)
Added caching step to the workflow ### QA Notes All tests pass <!-- Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. -->
1 parent 11f3cad commit c12b2ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/positron-windows-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
uses: actions/setup-python@v5
3434
with:
3535
python-version: "3.10.10"
36+
37+
- name: Cache node_modules, build, extensions, and remote
38+
uses: ./.github/actions/cache-multi-paths
3639

3740
- name: Install node dependencies with yarn
3841
env:

0 commit comments

Comments
 (0)