diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4a1295f6..b4f2ba7f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: needs: check strategy: matrix: - module: [app, lib] + module: [app] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.6.0 @@ -30,7 +30,7 @@ jobs: distribution: temurin java-version-file: .oj/jdk-version.txt - uses: gradle/gradle-build-action@v2.7.1 - - 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 }} diff --git a/.oj/product.properties b/.oj/product.properties index 6cee7cfa..66ce757c 100644 --- a/.oj/product.properties +++ b/.oj/product.properties @@ -3,7 +3,7 @@ name=Gradle Project Setup HowTo version=1.0 domain=example.org -targets=macos[macos|aarch64] +targets=macos[macos|aarch64],windows[windows|x86-64],ubuntu[linux|x86-64] classpath=false description= vendor= diff --git a/.oj/tweak/endToEndTest.properties b/.oj/tweak/endToEndTest.properties index 77ac7b11..26b88165 100644 --- a/.oj/tweak/endToEndTest.properties +++ b/.oj/tweak/endToEndTest.properties @@ -1,6 +1,6 @@ # https://onepiece.software/j/tweak/endToEndTest -test.lifecycle=check +test.lifecycle=checkEndToEnd javac.jvm.options= javac.options= test.jvm.options= \ No newline at end of file