Skip to content

Commit 1d599f2

Browse files
committed
update clean code and gitlab-ci github action
1 parent deb56ae commit 1d599f2

File tree

302 files changed

+4753
-2750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+4753
-2750
lines changed

.config/firebase/beta/GoogleService-Info.plist

Whitespace-only changes.

.config/firebase/beta/google-services.json

Whitespace-only changes.

.config/firebase/prod/GoogleService-Info.plist

Whitespace-only changes.

.config/firebase/prod/google-services.json

Whitespace-only changes.

.config/firebase/qc/GoogleService-Info.plist

Whitespace-only changes.

.config/firebase/qc/google-services.json

Whitespace-only changes.
1.41 KB
Loading
1.41 KB
Loading
1.41 KB
Loading

.github/workflows/config.yml

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,15 @@ jobs:
1414
name: install dependencies
1515
runs-on: macos-latest
1616
steps:
17-
- uses: actions/checkout@v1
18-
- uses: subosito/flutter-action@v1
17+
- uses: actions/checkout@v3
18+
- uses: subosito/flutter-action@v2
1919
with:
20-
flutter-version: '2.2.2'
20+
flutter-version: '2.8.0'
2121
channel: 'stable'
22-
- uses: actions/checkout@v2
23-
- uses: actions/setup-node@v1
24-
with:
25-
node-version: '12'
26-
- run: npm install
27-
- run: npm test
28-
29-
- name: install dependencies
30-
run: npm run init
3122

23+
- run: flutter --version
24+
- run: flutter pub get
3225
- name: run tests
3326
run: flutter test --coverage
34-
35-
# - name: build run
36-
# - run: flutter run -t lib/main.dart --debug --flavor development
37-
# - run: flutter run -t lib/main.dart --debug --flavor staging
38-
# - run: flutter run -t lib/main.dart --debug --flavor preprod
39-
40-
- name: build development
41-
run: flutter build apk -t lib/main.dart --release --flavor development
42-
# - name: build staging
43-
# run: flutter build apk -t lib/main.dart --flavor staging
44-
# - name: build preprod
45-
# run: flutter build apk -t lib/main.dart --flavor preprod
27+
- name: run codequality
28+
run: flutter test --coverage

0 commit comments

Comments
 (0)