Skip to content

Commit 34f3db7

Browse files
authored
Update ci.yml
1 parent 0882371 commit 34f3db7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
run: flutter analyze
3333

3434

35-
test:
36-
name: Test
37-
runs-on: ubuntu-latest
38-
container: cirrusci/flutter:stable
35+
#test:
36+
# name: Test
37+
# runs-on: ubuntu-latest
38+
# container: cirrusci/flutter:stable
3939

40-
steps:
41-
- name: Checkout code
42-
uses: actions/checkout@v2
43-
- name: Test using flutter test
44-
run: flutter test
40+
# steps:
41+
# - name: Checkout code
42+
# uses: actions/checkout@v2
43+
# - name: Test using flutter test
44+
# run: flutter test

0 commit comments

Comments
 (0)