From 246ae71521e06832a7ec209b09af733182321fef Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 15 Feb 2024 09:05:22 +0000 Subject: [PATCH] Fix e2e compile command --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 902979b5..bbe3eb33 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -37,7 +37,7 @@ jobs: with: node-version: '16' - run: | - ./gradlew clean build nativeCompile -PspringShellSampleMusl=${{ matrix.musl }} -PspringShellSampleE2E=true + ./gradlew clean build nativeCompile -PspringShellSampleMusl=${{ matrix.musl }} -PspringShellSampleNative=true -PspringShellSampleE2E=true timeout-minutes: 30 - uses: actions/upload-artifact@v3 with: