From b9f1eebe567c8f983b70e74265b03c19fbbc77ec Mon Sep 17 00:00:00 2001 From: td Date: Thu, 20 Jul 2023 16:11:02 +0530 Subject: [PATCH] chore: fix incorrect image being used for tests --- .github/workflows/app.yml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 1723b616..07a081aa 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 11e4e722..d2f3e8b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"