We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a05666 commit 2e36fccCopy full SHA for 2e36fcc
.github/workflows/ci.yaml
@@ -30,15 +30,15 @@ jobs:
30
- run: flutter pub get
31
- run: dart format --set-exit-if-changed .
32
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
+ # test:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v4
+ # - uses: subosito/flutter-action@v2
+ # with:
+ # channel: 'stable'
+ # flutter-version: ${{env.FLUTTER_VERSION}}
+ # - run: flutter test
42
43
build:
44
runs-on: ubuntu-latest
0 commit comments