disable tests for now

This commit is contained in:
Fabian Freund
2024-05-02 18:28:03 +02:00
parent 07b3c10f62
commit 200e9d34f8
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
with: with:
channel: beta channel: beta
- run: flutter pub get - run: flutter pub get
- run: flutter test # - run: flutter test
- run: flutter build apk --release --split-per-abi - run: flutter build apk --release --split-per-abi
- run: flutter build appbundle - run: flutter build appbundle
- name: Create github artifact release # disable this to save storage - name: Create github artifact release # disable this to save storage