Skip to content

Commit

Permalink
ci: Remove page file tweak for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Dec 5, 2022
1 parent 55ed8c0 commit 8457dfb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-run-test.yml
Expand Up @@ -132,14 +132,6 @@ jobs:
if: ${{ inputs.enable-coverage && runner.os != 'Windows' }}
run: |
echo "PULUMI_TEST_COVERAGE_PATH=$(pwd)/coverage" >> "$GITHUB_ENV"
# See: https://github.com/actions/virtual-environments/issues/2642#issuecomment-774988591
- name: Configure Windows pagefile
uses: aaronfriel/action-configure-pagefile@v2.0-beta.1
if: ${{ runner.os == 'Windows' }}
with:
minimum-size: 4GB
maximum-size: 4GB
disk-root: "D:"
- name: Configure Go Cache Key
env:
CACHE_KEY: "${{ fromJson(inputs.version-set).go }}-${{ runner.os }}-${{ runner.arch }}"
Expand Down

0 comments on commit 8457dfb

Please sign in to comment.