Merge pull request #1527 from famedly/td/fixTests

chore: fix incorrect image being used for tests
This commit is contained in:
td 2023-07-20 12:08:40 +00:00 committed by GitHub
commit 4f8fce34d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -36,12 +36,13 @@ jobs:
scripts/prepare.sh scripts/prepare.sh
scripts/test_driver.sh" scripts/test_driver.sh"
# coverage is done on the flutter image because we setup olm there # coverage is done on the flutter-linux image because we setup olm there
# coverage_without_olm is done on dart images because why not :D # coverage_without_olm is done on dart images because why not :D
coverage: coverage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/famedly/container-image-flutter/flutter:${{inputs.flutter_version}} image: ghcr.io/famedly/container-image-flutter/flutter-linux:${{inputs.flutter_version}}
options: --user root
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Run tests - name: Run tests

View File

@ -2,7 +2,7 @@ name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.22.1 version: 0.22.1
homepage: https://famedly.com homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git repository: https://github.com/famedly/matrix-dart-sdk.git
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"