diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 807cc5fa75..7bcd3167fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: APK Build on: pull_request: { } diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7975fec451..67674886ac 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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