diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 627e067ca..93a8a68b8 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -67,6 +67,11 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 + - name: configure Pagefile + uses: al-cheb/configure-pagefile-action@v1.2 + with: + minimum-size: 16GB + if: ${{ matrix.os == 'windows-latest' }}} - name: 🤳 Run native tests run: mvn install -Pnative - name: Archive Quarkus log for native tests diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 82b0d572e..02b7c6b81 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -38,6 +38,11 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 + - name: configure Pagefile + uses: al-cheb/configure-pagefile-action@v1.2 + with: + minimum-size: 16GB + if: ${{ matrix.os == 'windows-latest' }}} - name: 🤳 Build Native Quarkus run: mvn install -Pnative -DskipTests - name: 🛂 Find the version - non-Windows