Fix e2e compile command

This commit is contained in:
Janne Valkealahti
2024-02-15 09:05:22 +00:00
parent c73efa3ceb
commit 246ae71521

View File

@@ -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: