Skip to content

Commit

Permalink
workflows: use flutter master channel
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Feb 8, 2023
1 parent 8086a06 commit be0083a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
channel: master
cache: true
- run: flutter pub get
- run: flutter analyze
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
channel: master
cache: true
- run: flutter pub get
- run: flutter test
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
channel: master
cache: true
- run: flutter pub get
- run: flutter test --coverage
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: beta
channel: master
architecture: x64
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
channel: stable
channel: master
cache: true

- run: flutter pub get
Expand Down

0 comments on commit be0083a

Please sign in to comment.