Skip to content

Commit

Permalink
no test
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed May 7, 2024
1 parent 36e3685 commit e42b9a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:
- run: flutter pub get
- run: flutter pub publish --dry-run

test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{env.FLUTTER_VERSION}}
- run: flutter test
# test:
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v3
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: ${{env.FLUTTER_VERSION}}
# - run: flutter test

web:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit e42b9a0

Please sign in to comment.