Workflows um Format Stage erweitern #175
@@ -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
|
||||
|
||||
@@ -30,6 +30,8 @@ class _GroupsViewState extends State<GroupsView> {
|
||||
/// Loading state
|
||||
bool isLoading = true;
|
||||
|
||||
bool TEST = false;
|
||||
|
||||
List<Group> groups = List.filled(
|
||||
7,
|
||||
Group(
|
||||
|
||||
Reference in New Issue
Block a user