Update e2e tests

- Fix native configs for win in sample app.
- Integrate spring-native with samples app.
- Tweak e2e workflow to upload artifacts and some other generic changes.
- Relates #401
This commit is contained in:
Janne Valkealahti
2022-05-08 14:18:47 +01:00
parent 6d39c2b059
commit c6a8e1c65c
7 changed files with 727 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- nickname: linux
os: ubuntu-latest
graal: 22.0.0.2
name: CI Native ${{ matrix.nickname }}
name: E2E ${{ matrix.nickname }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
@@ -39,6 +39,14 @@ jobs:
node-version: '14'
- run: |
./mvnw clean package -Pnative
- uses: actions/upload-artifact@v2
with:
name: spring-shell-samples-${{ matrix.nickname }}
retention-days: 1
path: |
spring-shell-samples/target/*.jar
spring-shell-samples/target/spring-shell-samples
spring-shell-samples/target/spring-shell-samples.exe
- name: compile e2e module
working-directory: e2e/spring-shell-e2e
run: |