Skip to content

Commit

Permalink
Adding pagefile memory increase also to Windows integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed Jan 11, 2023
1 parent 7c9701d commit 36cdbd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-workflow-integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Configure pagefile
uses: al-cheb/configure-pagefile-action@v1.2
with:
minimum-size: 8GB
- name: Test Windows
env:
OS_NAME: win
Expand Down

0 comments on commit 36cdbd3

Please sign in to comment.