Skip to content

Commit

Permalink
Build using xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Jan 14, 2024
1 parent 659de97 commit 18149e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ jobs:
run: ./gradlew publishToMavenLocal snapshot

- name: Build ORSL
run: xvfb-run ./gradlew publishToMavenLocal snapshot

- name: Publish ORSL
run: ./gradlew publishToMavenLocal snapshot
4 changes: 2 additions & 2 deletions .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: Build ORSL
run: ./gradlew -Prelease.useLastTag=true build
#- name: Build ORSL
# run: ./gradlew -Prelease.useLastTag=true build
- name: Decode
run: |
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > ~/.gradle/secring.gpg.b64
Expand Down

0 comments on commit 18149e3

Please sign in to comment.