Tried sth
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 1m59s
Pull Request Pipeline / lint (pull_request) Failing after 2m2s

This commit is contained in:
2025-11-19 10:57:53 +01:00
parent a3b45053e7
commit c89243f886

View File

@@ -29,7 +29,7 @@ jobs:
run: ./flutter/bin/flutter pub get
- name: Analyze Formatting
run: ./flutter/bin/flutter analyze lib test
run: flutter analyze lib test
test:
runs-on: ubuntu-latest
@@ -53,7 +53,7 @@ jobs:
echo "$(pwd)/flutter/bin" >> $GITHUB_PATH
- name: Get dependencies
run: ./flutter/bin/flutter pub get
run: flutter pub get
- name: Run tests
run: ./flutter/bin/flutter test
run: flutter test