Skip to content

Commit 2e36fcc

Browse files
committed
fix: no tests, so no test step
1 parent 7a05666 commit 2e36fcc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
- run: flutter pub get
3131
- run: dart format --set-exit-if-changed .
3232

33-
test:
34-
runs-on: ubuntu-latest
35-
steps:
36-
- uses: actions/checkout@v4
37-
- uses: subosito/flutter-action@v2
38-
with:
39-
channel: 'stable'
40-
flutter-version: ${{env.FLUTTER_VERSION}}
41-
- run: flutter test
33+
# test:
34+
# runs-on: ubuntu-latest
35+
# steps:
36+
# - uses: actions/checkout@v4
37+
# - uses: subosito/flutter-action@v2
38+
# with:
39+
# channel: 'stable'
40+
# flutter-version: ${{env.FLUTTER_VERSION}}
41+
# - run: flutter test
4242

4343
build:
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)