running the sanity test on the hardware accelerating osx runner, will drastically reduce the run time and be more reliable

This commit is contained in:
Adam Brown 2021-11-08 15:14:18 +00:00
parent 48ebb8e416
commit 75f8023cb3
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ env:
jobs:
integration-tests:
name: Sanity Tests (Synapse)
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
@ -50,6 +50,10 @@ jobs:
pip install synapse matrix-synapse
curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh --no-rate-limit \
| sed s/127.0.0.1/0.0.0.0/g | bash
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Run sanity tests on API ${{ matrix.api-level }}
uses: reactivecircus/android-emulator-runner@v2
with: