Workflows um Format Stage erweitern #175
@@ -6,7 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: never()
|
if: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
# Set Git safe directory for Flutter path
|
# Set Git safe directory for Flutter path
|
||||||
git config --global --add safe.directory "$(pwd)/flutter"
|
git config --global --add safe.directory "$(pwd)/flutter"
|
||||||
# Set Flutter path
|
# Set Flutter path
|
||||||
echo "$(pwd)/flutter/bin" >> $GITHUB_PATH
|
echo "$(pwd)/flutter/bin" >> $GITEA_PATH
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: never()
|
if: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ class _GroupsViewState extends State<GroupsView> {
|
|||||||
/// Loading state
|
/// Loading state
|
||||||
bool isLoading = true;
|
bool isLoading = true;
|
||||||
|
|
||||||
|
bool TEST = false;
|
||||||
|
|
||||||
List<Group> groups = List.filled(
|
List<Group> groups = List.filled(
|
||||||
7,
|
7,
|
||||||
Group(
|
Group(
|
||||||
|
|||||||
Reference in New Issue
Block a user