chore: fix incorrect image being used for tests

This commit is contained in:
td 2023-07-20 16:11:02 +05:30
parent c9ef938358
commit b9f1eebe56
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
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}}
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.0 version: 0.22.0
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"