tried fixing pipeline again
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 51s
Pull Request Pipeline / localizations (pull_request) Successful in 29s
Pull Request Pipeline / test (pull_request) Failing after 1m38s

This commit is contained in:
2026-05-25 13:41:06 +02:00
parent fa7f708c44
commit be33de1b13

View File

@@ -31,6 +31,8 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/cirruslabs/flutter:stable
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -57,8 +59,6 @@ jobs:
apt-get install -y libsqlite3-0
- name: Run tests
env:
SQLITE3_DYNAMIC_LIBRARY: /usr/lib/x86_64-linux-gnu/libsqlite3.so
run: flutter test
localizations: