|
|
@ -36,6 +36,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
# End to end save and restore
|
|
|
|
# End to end save and restore
|
|
|
|
test-save:
|
|
|
|
test-save:
|
|
|
|
|
|
|
|
needs: build
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
@ -83,6 +84,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
# End to end with save-always
|
|
|
|
# End to end with save-always
|
|
|
|
test-save-always:
|
|
|
|
test-save-always:
|
|
|
|
|
|
|
|
needs: build
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
@ -124,6 +126,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
# End to end with proxy
|
|
|
|
# End to end with proxy
|
|
|
|
test-proxy-save:
|
|
|
|
test-proxy-save:
|
|
|
|
|
|
|
|
needs: build
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
container:
|
|
|
|
container:
|
|
|
|
image: ubuntu:latest
|
|
|
|
image: ubuntu:latest
|
|
|
|