ci: clean up naming

This commit is contained in:
Arun Babu Neelicattu 2021-03-26 23:52:06 +01:00 committed by Benoit Marty
parent 62ca8d87dc
commit 1fac4dfe3e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Build
name: APK Build
on:
pull_request: { }

View File

@ -7,7 +7,7 @@ on:
jobs:
integration-tests:
name: Synapse Integration Tests
name: Integration Tests (Synapse)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -38,5 +38,5 @@ jobs:
pip install synapse matrix-synapse
curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh \
| sed s/127.0.0.1/0.0.0.0/g | bash
- name: Run unit tests
- name: Run integration tests
run: ./gradlew vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest