mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
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:
parent
48ebb8e416
commit
75f8023cb3
6
.github/workflows/sanity_test.yml
vendored
6
.github/workflows/sanity_test.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user