Skip to content

Commit 5495dbc

Browse files
committed
temp 10
1 parent 3d6d45d commit 5495dbc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
distribution: "zulu"
2929
java-version: "11"
3030

31-
- uses: subosito/[email protected]
32-
with:
33-
channel: "stable"
31+
# - uses: subosito/[email protected]
32+
# with:
33+
# 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

4444
# - name: "Run Test(s)"
4545
# run: flutter test --coverage

0 commit comments

Comments
 (0)