Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Initial commit of package:flutter_wasm #55

Merged
merged 23 commits into from
Oct 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ jobs:
with:
flutter-version: '2.5.0'
- id: install
run: flutter pub upgrade
run: |
flutter pub upgrade
flutter pub upgrade --directory example
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@liamappelbe – now analyze is working – need to run upgrade in both dirs!

- run: flutter format --output=none --set-exit-if-changed .
if: always() && steps.install.outcome == 'success'
- run: flutter analyze --fatal-infos
Expand Down