diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index ccd233b..e6de9fa 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -6,7 +6,7 @@ on: jobs: lint: runs-on: ubuntu-latest - if: never() + if: false steps: - name: Checkout code uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: # Set Git safe directory for Flutter path git config --global --add safe.directory "$(pwd)/flutter" # Set Flutter path - echo "$(pwd)/flutter/bin" >> $GITHUB_PATH + echo "$(pwd)/flutter/bin" >> $GITEA_PATH - name: Get dependencies run: flutter pub get @@ -33,7 +33,7 @@ jobs: test: runs-on: ubuntu-latest - if: never() + if: false steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/lib/presentation/views/main_menu/group_view/groups_view.dart b/lib/presentation/views/main_menu/group_view/groups_view.dart index b9fff84..850f2f4 100644 --- a/lib/presentation/views/main_menu/group_view/groups_view.dart +++ b/lib/presentation/views/main_menu/group_view/groups_view.dart @@ -30,6 +30,8 @@ class _GroupsViewState extends State { /// Loading state bool isLoading = true; + bool TEST = false; + List groups = List.filled( 7, Group(