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 8a86068
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Down
2 changes: 1 addition & 1 deletion .oj/product.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name=Gradle Project Setup HowTo
version=1.0
domain=example.org
targets=macos[macos|aarch64]
targets=macos[macos|aarch64],ubuntu[linux|x86-64]
classpath=false
description=
vendor=
Expand Down
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 8a86068

Please sign in to comment.