run the restore e2e test on the specified OS

This commit is contained in:
Kengo TODA 2021-07-14 19:57:27 +08:00
parent b047f97e17
commit 3e2fde2f83

View file

@ -40,7 +40,11 @@ jobs:
exit 1
fi
restore:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
needs: save
steps:
- name: Checkout