Skip to content

Commit

Permalink
Remove package verification for rx_bloc_cli in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDWiser committed Feb 9, 2024
1 parent 26d8798 commit eba3b4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_test_rx_bloc_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ jobs:
- name: Analyze
working-directory: ${{ matrix.folder }}
run: flutter analyze lib
- name: Verify package for publishing
working-directory: ${{ matrix.folder }}
run: dart pub publish --dry-run
- name: Run tests
working-directory: ${{ matrix.folder }}
run: |
Expand Down

0 comments on commit eba3b4a

Please sign in to comment.