chore: fix incorrect image being used for tests
This commit is contained in:
parent
c9ef938358
commit
b9f1eebe56
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
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:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run tests
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: matrix
|
|||
description: Matrix Dart SDK
|
||||
version: 0.22.0
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue