Skip to content

Commit

Permalink
test(ci, unit): configure windows pagefile correctly
Browse files Browse the repository at this point in the history
- use new v1.4 tag that updates action to node 20 to quiet warning
- use C: drive since D: has issues (#15372)
  • Loading branch information
mikehardy committed Feb 2, 2024
1 parent 0ee9f1d commit 7fee019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
# CODACY_TOKEN: ${{ secrets.CODACY_TOKEN }}
steps:
- name: Configure Windows Pagefile
uses: al-cheb/configure-pagefile-action@v1.3
uses: al-cheb/configure-pagefile-action@v1.4
if: matrix.os == 'windows-latest'
with:
minimum-size: 8GB
maximum-size: 12GB
disk-root: "D:"
disk-root: "C:"

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7fee019

Please sign in to comment.