From 08d64e6f2b456bd6d9cf4e8b4fd0d08c0d10abb6 Mon Sep 17 00:00:00 2001 From: td Date: Thu, 20 Jul 2023 17:14:54 +0530 Subject: [PATCH] chore: test --- .github/workflows/app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 07a081aa..6cb18ccf 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -36,12 +36,13 @@ jobs: scripts/prepare.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: runs-on: ubuntu-latest container: image: ghcr.io/famedly/container-image-flutter/flutter-linux:${{inputs.flutter_version}} + options: --user root steps: - uses: actions/checkout@v3 - name: Run tests