fix: CI/CD remove tests as no tests are available now

This commit is contained in:
sBubshait 2025-07-16 15:08:09 +03:00
parent 23a6800e5e
commit e47dd9b7c7
2 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: flutter pub get run: flutter pub get
- name: Run tests # - name: Run tests
run: flutter test # run: flutter test
- name: Build Flutter Web - name: Build Flutter Web
run: flutter build web --release run: flutter build web --release

0
test/.gitignore vendored Normal file
View File