Skip to content

Commit

Permalink
Tweak pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jan 3, 2024
1 parent 0a8ecb8 commit 3a7b845
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: check
strategy:
matrix:
module: [app, lib]
module: [app]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand All @@ -30,7 +30,7 @@ jobs:
distribution: temurin
java-version-file: .oj/jdk-version.txt
- uses: gradle/[email protected]
- run: "./oj :${{ matrix.module }}:testFunctional"
- run: "./oj :${{ matrix.module }}:checkEndToEnd"
env:
BUILD_CACHE_USER: ${{ secrets.BUILD_CACHE_USER }}
BUILD_CACHE_PWD: ${{ secrets.BUILD_CACHE_PWD }}
Expand All @@ -39,7 +39,7 @@ jobs:
needs: check
strategy:
matrix:
os: [ubuntu, windows, macos]
os: [ubuntu, macos, windows]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .oj/product.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name=Gradle Project Setup HowTo
version=1.0
domain=example.org
targets=macos[macos|aarch64]
targets=macos[macos|x86-64],ubuntu[linux|x86-64],windows[windows|x86-64]
classpath=false
description=
vendor=
copyright=
description=How to structure a growing Gradle project with smart dependency management?
vendor=Jendrik Johannes (onepiece.Software)
copyright=Copyright 2024, Jendrik Johannes
2 changes: 1 addition & 1 deletion .oj/tweak/endToEndTest.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://onepiece.software/j/tweak/endToEndTest

test.lifecycle=check
test.lifecycle=checkEndToEnd
javac.jvm.options=
javac.options=
test.jvm.options=

0 comments on commit 3a7b845

Please sign in to comment.