Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Sep 26, 2024
1 parent b8ae7c7 commit 0efb736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
gpg-private-key: ${{ secrets.OSSRH_GPG_KEY }}
gpg-passphrase: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
- name: Check PR
run: sbt -J-XX:+UnlockExperimentalVMOptions -J-XX:+UseZGC --mem 8096 --batch ";checkPR;completeQaseRun"
run: sbt -J-Xlog:gc*=debug:file=./gc.log --mem 8096 --batch ";checkPR;completeQaseRun"
env:
QASE_ENABLE: true
QASE_RUN_NAME: checkPR
Expand Down Expand Up @@ -56,12 +56,12 @@ jobs:
sbt_version=$(cut -d\" -f2 version.sbt)
pr_number=${{ github.event.number }}
sbt -Dproject.version=$sbt_version-$pr_number-SNAPSHOT --mem 4096 --batch publishSigned
- name: Save crash data
- name: Save debug data
uses: actions/upload-artifact@v4
if: failure()
with:
if-no-files-found: ignore
name: crashes
name: debug-data
path: |
gc.log
hs*.log
core*

0 comments on commit 0efb736

Please sign in to comment.