Skip to content

Commit fcfb26d

Browse files
committed
temp 14
1 parent e38edc3 commit fcfb26d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ jobs:
3232
with:
3333
channel: "stable"
3434

35-
# - name: "Flutter Doctor"
36-
# run: flutter doctor -v
35+
- name: "Flutter Doctor"
36+
run: flutter doctor -v
3737

38-
# - name: "Flutter Pub Get"
39-
# run: flutter pub get
38+
- name: "Flutter Pub Get"
39+
run: flutter pub get
4040

41-
# - name: "Flutter Format Check"
42-
# run: dart format .
41+
- name: "Flutter Format Check"
42+
run: dart format .
4343

44-
# - name: "Run Test(s)"
45-
# run: flutter test --coverage
44+
- name: "Run Test(s)"
45+
run: flutter test --coverage
4646

47-
# - name: Upload coverage to Codecov
48-
# uses: codecov/codecov-action@v5.0.0
49-
# with:
50-
# token: ${{ secrets.CODECOV_SECRET }}
51-
# file: coverage/lcov.info
47+
- name: Upload coverage to Codecov
48+
uses: codecov/codecov-action@v5.0.0
49+
with:
50+
token: ${{ secrets.CODECOV_SECRET }}
51+
file: coverage/lcov.info

0 commit comments

Comments
 (0)