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: